class HomeworkSample < ActiveRecord::Base
belongs_to :homework_common
attr_accessible :input, :output, :homework_common_id
end