Flowdock
method

bind_value

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: AssociationScope
bind_value(scope, column, value) private

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/associations/association_scope.rb, line 29
      def bind_value(scope, column, value)
        substitute = alias_tracker.connection.substitute_at(
          column, scope.bind_values.length)
        scope.bind_values += [[column, value]]
        substitute
      end
Register or log in to add new notes.