Module: FatFreeCRM::Exportable::ClassMethods

Defined in:
lib/fat_free_crm/exportable.rb

Instance Method Summary collapse

Instance Method Details

#exportable(_options = {}) ⇒ Object



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

def exportable(_options = {})
  unless included_modules.include?(InstanceMethods)
    include InstanceMethods
    extend SingletonMethods
  end
end