Module: Exportable
- Extended by:
- ActiveSupport::Autoload
- Defined in:
- lib/exportable.rb,
lib/exportable/utils.rb,
lib/exportable/version.rb,
lib/exportable/class_methods.rb,
lib/exportable/export_methods.rb,
lib/exportable/export_methods/csv_exporter.rb,
lib/exportable/export_methods/xls_exporter.rb,
lib/exportable/export_methods/xml_exporter.rb
Overview
Core module for the Gem
Defined Under Namespace
Modules: ClassMethods, ExportMethods, Utils
Constant Summary collapse
- VERSION =
'0.2.0'.freeze
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
17 18 19 |
# File 'lib/exportable.rb', line 17 def self.included(base) base.extend(ClassMethods) end |