Retrospring/app/models/comment.rb

5 lines
79 B
Ruby
Raw Normal View History

2014-10-27 22:36:38 -07:00
class Comment < ActiveRecord::Base
belongs_to :user
belongs_to :answer
end