Class: Potpourri::ActiveRecord::IdentifierField

Inherits:
ExportableField show all
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

#importable?

Methods inherited from Field

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

Methods included from Titleize

#titleize

Constructor Details

This class inherits a constructor from Potpourri::Field

Instance Method Details

#identifier?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/extensions/active_record/indentifier_field.rb', line 4

def identifier?
  true
end