Method: ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods#quoted_primary_key
- Defined in:
- activerecord/lib/active_record/attribute_methods/primary_key.rb
#quoted_primary_key ⇒ Object
Returns a quoted version of the primary key name.
91 92 93 |
# File 'activerecord/lib/active_record/attribute_methods/primary_key.rb', line 91 def quoted_primary_key adapter_class.quote_column_name(primary_key) end |