method
collection_cache_key
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::Integration::ClassMethods
collection_cache_key(collection = all, timestamp_column = :updated_at)public
No documentation available.
# File activerecord/lib/active_record/integration.rb, line 162
def collection_cache_key(collection = all, timestamp_column = :updated_at) # :nodoc:
collection.send(:compute_cache_key, timestamp_column)
end