Class: Potpourri::ImportableField
- Defined in:
- lib/models/importable_field.rb
Instance Attribute Summary
Attributes inherited from Field
#export_method, #header, #import_method, #name
Instance Method Summary collapse
Methods inherited from Field
#export, #import, #importable?, #initialize
Methods included from Titleize
Constructor Details
This class inherits a constructor from Potpourri::Field
Instance Method Details
#exportable? ⇒ Boolean
3 4 5 |
# File 'lib/models/importable_field.rb', line 3 def exportable? false end |