Method: ActiveRecord::Integration::ClassMethods#collection_cache_key

Defined in:
activerecord/lib/active_record/integration.rb

#collection_cache_key(collection = all, timestamp_column = :updated_at) ⇒ Object

:nodoc:



163
164
165
# File 'activerecord/lib/active_record/integration.rb', line 163

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