class ActiveModel::Serializer

def expand_cache_key(*args)

def expand_cache_key(*args)
  ActiveSupport::Cache.expand_cache_key(args)
end