Module: CommaHeaven::Export::Implementation
- Defined in:
- lib/comma-heaven/export.rb
Defined Under Namespace
Constant Summary collapse
- Rails1 =
Rails2
Instance Method Summary collapse
Instance Method Details
#export(options = {}) ⇒ Object
6 7 8 |
# File 'lib/comma-heaven/export.rb', line 6 def export( = {}) Export.new(self, export_scope, ) end |