class ActiveModel::AttributeSet

def accessed

def accessed
  attributes.each_key.select { |name| self[name].has_been_read? }
end