Sha256: 3705c4ab55b93f4e451be31ff96fc39a17bd777bc458295047633112f851293f

Contents?: true

Size: 307 Bytes

Versions: 3

Compression:

Stored size: 307 Bytes

Contents

module ProfileFieldTypes

  # 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 Custom < ProfileField
    def self.model_name; ProfileField.model_name; end
  end
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
your_platform-1.0.1 app/models/profile_field_types/custom.rb
your_platform-1.0.0 app/models/profile_field_types/custom.rb
your_platform-0.0.2 app/models/profile_field_types/custom.rb