module ActiveModel::Serialization

def attribute_names_for_serialization

def attribute_names_for_serialization
  attributes.keys
end