module ActiveRecord::AttributeMethods::PrimaryKey

def attribute_method?(attr_name)

def attribute_method?(attr_name)
  attr_name == "id" || super
end