Module: FatFreeCRM::Fields::ClassMethods

Defined in:
lib/fat_free_crm/fields.rb

Instance Method Summary collapse

Instance Method Details

#has_fieldsObject



26
27
28
29
30
31
# File 'lib/fat_free_crm/fields.rb', line 26

def has_fields
  unless included_modules.include?(InstanceMethods)
    extend SingletonMethods
    include InstanceMethods
  end
end