Module: ActsAsExportable::Exporter
- Defined in:
- lib/acts_as_exportable/exporter.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
3 4 5 |
# File 'lib/acts_as_exportable/exporter.rb', line 3 def self.included(base) # :nodoc: base.extend ClassMethods end |