Flowdock
method

collection_cache_key

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: ClassMethods
collection_cache_key(collection = all, timestamp_column = :updated_at) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/integration.rb, line 164
      def collection_cache_key(collection = all, timestamp_column = :updated_at) # :nodoc:
        collection.send(:compute_cache_key, timestamp_column)
      end
Register or log in to add new notes.