mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
10 lines
271 B
YAML
10 lines
271 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
id: 1
|
|
translation_id: <%= ActiveRecord::FixtureSet.identify(:translation_one) %>
|
|
|
|
two:
|
|
id: 2
|
|
translation_id: <%= ActiveRecord::FixtureSet.identify(:translation_two) %>
|