socialforge/app/models/professional_level.rb

4 lines
74 B
Ruby
Raw Normal View History

2016-12-01 15:57:42 +08:00
class ProfessionalLevel < ActiveRecord::Base
attr_accessible :level
end