# File lib/active_record/relation/spawn_methods.rb, line 70 def &(r) ActiveSupport::Deprecation.warn "Using & to merge relations has been deprecated and will be removed in Rails 3.1. Please use the relation's merge method, instead" merge(r) end