Module: FatFreeCRM::Fields::ClassMethods

Defined in:
lib/fat_free_crm/fields.rb

Instance Method Summary collapse

Instance Method Details

#has_fieldsObject



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

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