Class: Potpourri::ActiveRecord::IdentifierField
- Inherits:
-
ExportableField
- Object
- Field
- ExportableField
- Potpourri::ActiveRecord::IdentifierField
- Defined in:
- lib/extensions/active_record/indentifier_field.rb
Instance Attribute Summary
Attributes inherited from Field
#export_method, #header, #import_method, #name
Instance Method Summary collapse
Methods inherited from ExportableField
Methods inherited from Field
#export, #exportable?, #import, #importable?, #initialize
Methods included from Titleize
Constructor Details
This class inherits a constructor from Potpourri::Field
Instance Method Details
#identifier? ⇒ Boolean
4 5 6 |
# File 'lib/extensions/active_record/indentifier_field.rb', line 4 def identifier? true end |