method
bind_value
v4.1.8 -
Show latest stable
- Class:
ActiveRecord::Associations::AssociationScope
bind_value(scope, column, value, alias_tracker)private
No documentation available.
# File activerecord/lib/active_record/associations/association_scope.rb, line 51
def bind_value(scope, column, value, alias_tracker)
substitute = alias_tracker.connection.substitute_at(
column, scope.bind_values.length)
scope.bind_values += [[column, value]]
substitute
end