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,4 +1,4 @@
|
||||
class Translation < ActiveRecord::Base
|
||||
class Translation < ApplicationRecord
|
||||
belongs_to :problem, inverse_of: :translations
|
||||
|
||||
validates :title, :content, :problem_id, presence: true
|
||||
|
||||
Reference in New Issue
Block a user