class Factor < ActiveRecord::Base
attr_accessible :input, :output, :question
belongs_to :question
validates :input, :output, presence: true
end