scinote-web/app/models/result_comment.rb
2017-03-08 13:18:20 +01:00

6 lines
121 B
Ruby

class ResultComment < Comment
belongs_to :result, foreign_key: :associated_id
validates :result, presence: true
end