class ActiveModel::Serializer::Association

def key

Returns:
  • (Symbol) -
def key
  options.fetch(:key, name)
end