module FatFreeCRM::Exportable::ClassMethods

Public Instance Methods

exportable(_options = {}) click to toggle source
# File lib/fat_free_crm/exportable.rb, line 15
def exportable(_options = {})
  unless included_modules.include?(InstanceMethods)
    include InstanceMethods
    extend SingletonMethods
  end
end