Class: ProfileFieldTypes::Custom

Inherits:
ProfileField show all
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, #save, #underscored_type, #value

Methods inherited from ActiveRecord::Base

#readonly?

Class Method Details

.model_nameObject



9
# File 'app/models/profile_field_types/custom.rb', line 9

def self.model_name; ProfileField.model_name; end