class HomeworkReferenceAnswer < ActiveRecord::Base
belongs_to :homework_common
attr_accessible :answer, :homework_common_id
acts_as_attachable
end