Files
2014-02-27 23:58:57 +00:00

5 lines
77 B
Ruby

class Question < ActiveRecord::Base
habtm :surveys
has_many :answers
end