Flowdock
method

set_primary_key

Importance_0
v3.2.8 - Show latest stable - 0 notes - Class: ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
set_primary_key(value = nil, &block) 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 107
        def set_primary_key(value = nil, &block) #:nodoc:
          deprecated_property_setter :primary_key, value, block
          @quoted_primary_key = nil
        end
Register or log in to add new notes.