retrospring/app/models/comment.rb
2014-10-28 06:36:38 +01:00

4 lines
79 B
Ruby

class Comment < ActiveRecord::Base
belongs_to :user
belongs_to :answer
end