socialforge/app/models/course_infos.rb

4 lines
80 B
Ruby
Raw Normal View History

class CourseInfos < ActiveRecord::Base
attr_accessible :typeId, :typeName
end