socialforge/app/models/homework_user.rb

7 lines
139 B
Ruby
Raw Normal View History

class HomeworkUser < ActiveRecord::Base
attr_accessible :homework_attach_id, :user_id
belongs_to :homework_attach
has_one :user
end