method
collection_cache_key
v7.0.0 -
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 163
def collection_cache_key(collection = all, timestamp_column = :updated_at) # :nodoc:
collection.send(:compute_cache_key, timestamp_column)
end