Flowdock
method

new

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: PartialQuery
new(values) 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/statement_cache.rb, line 41
      def initialize values
        @values = values
        @indexes = values.each_with_index.find_all { |thing,i|
          Arel::Nodes::BindParam === thing
        }.map(&:last)
      end
Register or log in to add new notes.