module ActiveRecord::AttributeMethods::Read

def attribute(attribute_name)

def attribute(attribute_name)
  _read_attribute(attribute_name)
end