# File lib/arel/select_manager.rb, line 156 def joins manager if $VERBOSE warn "joins is deprecated and will be removed in 2.2" warn "please remove your call to joins from #{caller.first}" end manager.join_sql end