aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/arel/table.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/arel/table.rb b/lib/arel/table.rb
index 32e3d84099..16ae83c284 100644
--- a/lib/arel/table.rb
+++ b/lib/arel/table.rb
@@ -52,14 +52,6 @@ primary_key (#{caller.first}) is deprecated and will be removed in Arel 4.0.0
SelectManager.new(@engine, table)
end
- 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
- nil
- end
-
def join relation, klass = Nodes::InnerJoin
return from(self) unless relation