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