Flowdock
method

skip_query_cache!

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ActiveRecord::QueryMethods
skip_query_cache!(value = true) 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/relation/query_methods.rb, line 1019
    def skip_query_cache!(value = true) # :nodoc:
      self.skip_query_cache_value = value
      self
    end
Register or log in to add new notes.