Class: ProfileFieldTypes::AcademicDegree
- Inherits:
-
ProfileField
- Object
- ActiveRecord::Base
- ProfileField
- ProfileFieldTypes::AcademicDegree
- Defined in:
- app/models/profile_field_types/academic_degree.rb
Overview
Academic Degree
Class Method Summary collapse
Methods inherited from ProfileField
#children_count, #delete_cache, #display_html, #key, #label, #orig_profileable, possible_types, #profileable, #underscored_type, #value
Methods inherited from ActiveRecord::Base
Class Method Details
.model_name ⇒ Object
6 |
# File 'app/models/profile_field_types/academic_degree.rb', line 6 def self.model_name; ProfileField.model_name; end |