Module: FatFreeCRM::Exportable::ClassMethods

Defined in:
lib/fat_free_crm/exportable.rb

Instance Method Summary collapse

Instance Method Details

#exportable(options = {}) ⇒ Object



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

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