mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 10:38:50 +01:00
Create association of translations with their problems
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
class Problem < ActiveRecord::Base
|
||||
has_one :translation
|
||||
has_many :translations, inverse_of: :problem
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user