method

pk_attribute?

rails latest stable - Class: ActiveRecord::AttributeMethods
pk_attribute?(name)
private

No documentation available.

# File activerecord/lib/active_record/attribute_methods.rb, line 507
      def pk_attribute?(name)
        name == @primary_key
      end