Retrospring/app/models/comment.rb

5 lines
79 B
Ruby

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