Flowdock
method

instance_method_already_implemented?

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
instance_method_already_implemented?(method_name) 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 100
          def instance_method_already_implemented?(method_name)
            super || primary_key && ID_ATTRIBUTE_METHODS.include?(method_name)
          end
Register or log in to add new notes.