mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Update rails and code
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Problem < ActiveRecord::Base
|
||||
class Problem < ApplicationRecord
|
||||
# TODO Check whether there is a better relation for this
|
||||
belongs_to :translation
|
||||
belongs_to :translation, optional: true
|
||||
delegate :title, :content, to: :translation
|
||||
|
||||
has_many :translations, inverse_of: :problem
|
||||
|
||||
Reference in New Issue
Block a user