Class: ProfileFieldTypes::Custom
- Inherits:
-
ProfileField
- Object
- ActiveRecord::Base
- ProfileField
- ProfileFieldTypes::Custom
- Defined in:
- app/models/profile_field_types/custom.rb
Overview
Custom Contact Information
Custom profile_fields are just key-value fields. They don’t have a sub-structure. They are displayed in the contact section of a profile.
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
9 |
# File 'app/models/profile_field_types/custom.rb', line 9 def self.model_name; ProfileField.model_name; end |