1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 18:48:49 +01:00
Files
projekteuler/app/models/problem.rb

5 lines
109 B
Ruby

class Problem < ActiveRecord::Base
has_one :translation
has_many :translations, inverse_of: :problem
end