Module: FatFreeCRM::Fields::ClassMethods

Defined in:
lib/fat_free_crm/fields.rb

Instance Method Summary collapse

Instance Method Details

#has_fieldsObject



14
15
16
17
18
19
20
21
# File 'lib/fat_free_crm/fields.rb', line 14

def has_fields
  unless included_modules.include?(InstanceMethods)
    extend SingletonMethods
    include InstanceMethods
    serialize_custom_fields!
    validate :custom_fields_validator
  end
end