retrospring/app/models/answer.rb

6 lines
101 B
Ruby
Raw Normal View History

2014-10-28 06:36:38 +01:00
class Answer < ActiveRecord::Base
belongs_to :user
belongs_to :question
has_many :comments
end