aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/crud.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/crud.rb')
-rw-r--r--lib/arel/crud.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/arel/crud.rb b/lib/arel/crud.rb
index 98e109d6f9..6b3a776c6f 100644
--- a/lib/arel/crud.rb
+++ b/lib/arel/crud.rb
@@ -18,19 +18,6 @@ module Arel
um
end
- # FIXME: this method should go away
- def update values
- if $VERBOSE
- warn <<-eowarn
-update (#{caller.first}) is deprecated and will be removed in Arel 4.0.0. Please
-switch to `compile_update`
- eowarn
- end
-
- um = compile_update values
- @engine.connection.update um.to_sql, 'AREL'
- end
-
def compile_insert values
im = create_insert
im.insert values