method

primary_key_values_present?

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: ActiveRecord::AttributeMethods::PrimaryKey
primary_key_values_present?() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/attribute_methods/primary_key.rb, line 22
      def primary_key_values_present? # :nodoc:
        !!id
      end
Register or log in to add new notes.