method
bind

bind(scope, table_name, column_name, value)
private
Hide source
# File activerecord/lib/active_record/associations/association_scope.rb, line 36 def bind(scope, table_name, column_name, value) column = column_for table_name, column_name bind_value scope, column, value end