6 lines
130 B
Ruby
6 lines
130 B
Ruby
|
class HomeworkTest < ActiveRecord::Base
|
||
|
attr_accessible :input, :output, :homework_common_id
|
||
|
|
||
|
belongs_to :homework_common
|
||
|
end
|