module ActiveRecord::Integration::ClassMethods

def collection_cache_key(collection = all, timestamp_column = :updated_at) # :nodoc:

:nodoc:
def collection_cache_key(collection = all, timestamp_column = :updated_at) # :nodoc:
  collection.send(:compute_cache_key, timestamp_column)
end