Flowdock
method

bind

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: BindMap
bind(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 81
      def bind(values)
        bas = @bound_attributes.dup
        @indexes.each_with_index { |offset, i| bas[offset] = bas[offset].with_cast_value(values[i]) }
        bas
      end
Register or log in to add new notes.