mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Fix association from problem to its current translation
This commit is contained in:
4
test/fixtures/problems.yml
vendored
4
test/fixtures/problems.yml
vendored
@@ -2,11 +2,11 @@
|
||||
|
||||
one:
|
||||
id: 1
|
||||
translation_id: <%= ActiveRecord::FixtureSet.identify(:translation_one) %>
|
||||
translation: translation_one
|
||||
|
||||
two:
|
||||
id: 2
|
||||
translation_id: <%= ActiveRecord::FixtureSet.identify(:translation_two) %>
|
||||
translation: translation_two
|
||||
|
||||
three:
|
||||
id: 3
|
||||
|
||||
Reference in New Issue
Block a user