You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
364 B
6 lines
364 B
class ResourceBank < ActiveRecord::Base
|
|
belongs_to :course
|
|
belongs_to :user
|
|
attr_accessible :course_id, :user_id, :applicable_syllabus, :copy_from, :description, :digest, :discipline_category_id, :disk_directory, :disk_filename, :downloads, :filename, :filesize, :first_level_discipline_id, :is_public, :major_level, :quotes, :attachment_id, :created_at
|
|
end
|