module ActiveModel::AttributeMethods

def _read_attribute(attr)

def _read_attribute(attr)
  __send__(attr)
end