Retrospring/app/models/question.rb

5 lines
79 B
Ruby

class Question < ActiveRecord::Base
belongs_to :user
has_many :answers
end