flag.rb 199 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 class Flag < ActiveRecord::Base belongs_to :question belongs_to :visitor belongs_to :choice belongs_to :site validates_presence_of :choice_id validates_presence_of :question_id end