module FatFreeCRM::Exportable

Public Class Methods

included(base) click to toggle source
# File lib/fat_free_crm/exportable.rb, line 10
def self.included(base)
  base.extend(ClassMethods)
end