mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Add delegation and per_page to problem
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
class Problem < ActiveRecord::Base
|
class Problem < ActiveRecord::Base
|
||||||
has_one :translation
|
has_one :translation
|
||||||
|
delegate :title, :content, to: :translation
|
||||||
|
|
||||||
has_many :translations, inverse_of: :problem
|
has_many :translations, inverse_of: :problem
|
||||||
|
|
||||||
|
self.per_page = 50
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user