module ActiveRecord::AttributeMethods

def pk_attribute?(name)

def pk_attribute?(name)
  name == @primary_key
end