method

values_for_queries

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: ActiveRecord::Relation
values_for_queries() 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.rb, line 842
    def values_for_queries # :nodoc:
      @values.except(:extending, :skip_query_cache, :strict_loading)
    end
Register or log in to add new notes.