2013-09-12 10:41:15 +08:00
|
|
|
class HomeworkForCourse < ActiveRecord::Base
|
2014-06-17 11:32:41 +08:00
|
|
|
attr_accessible :bid_id, :course_id
|
2013-09-12 10:41:15 +08:00
|
|
|
|
|
|
|
belongs_to :bid
|
2014-06-17 11:32:41 +08:00
|
|
|
belongs_to :course
|
2013-09-12 10:41:15 +08:00
|
|
|
|
|
|
|
|
|
|
|
end
|