Class: Potpourri::ExportableField

Inherits:
Field
  • Object
show all
Defined in:
lib/models/exportable_field.rb

Direct Known Subclasses

ActiveRecord::IdentifierField

Instance Attribute Summary

Attributes inherited from Field

#export_method, #header, #import_method, #name

Instance Method Summary collapse

Methods inherited from Field

#export, #exportable?, #import, #initialize

Methods included from Titleize

#titleize

Constructor Details

This class inherits a constructor from Potpourri::Field

Instance Method Details

#importable?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/models/exportable_field.rb', line 5

def importable?
  false
end