Module: Exportable::ClassMethods

Defined in:
lib/exportable/class_methods.rb

Overview

This module holds Model level hook methods

Instance Method Summary collapse

Instance Method Details

#exportable(options = {}) ⇒ Object



4
5
6
7
# File 'lib/exportable/class_methods.rb', line 4

def exportable(options = {})
  @options = options
  extend(ExportMethods)
end