mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-09-24 15:34:28 +02:00
Create Problem model with reference to current translation
This commit is contained in:
3
app/models/problem.rb
Normal file
3
app/models/problem.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class Problem < ActiveRecord::Base
|
||||
has_one :translation
|
||||
end
|
||||
Reference in New Issue
Block a user