Module: MakeExportable::ActiveRecordBaseMethods
- Defined in:
- lib/make_exportable/core.rb
Instance Method Summary collapse
-
#exportable?(format = nil) ⇒ Boolean
exportable?
returns false for all ActiveRecord classes untilmake_exportable
has been called on them.
Instance Method Details
#exportable?(format = nil) ⇒ Boolean
exportable?
returns false for all ActiveRecord classes until make_exportable
has been called on them.
19 20 21 |
# File 'lib/make_exportable/core.rb', line 19 def exportable?(format=nil) return false end |