aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/visitors
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-01-12 11:36:24 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-01-12 11:37:54 -0800
commit34f7d3442e7b0fa8f6dd2d270ee26545232ca816 (patch)
tree91efe7d1e820995efece5ee806694b608a2e2370 /lib/arel/visitors
parent529013d974312595555e2f080c5494ea23b3d892 (diff)
downloadrails-34f7d3442e7b0fa8f6dd2d270ee26545232ca816.tar.gz
rails-34f7d3442e7b0fa8f6dd2d270ee26545232ca816.tar.bz2
rails-34f7d3442e7b0fa8f6dd2d270ee26545232ca816.zip
bumping to 3.0.0
Diffstat (limited to 'lib/arel/visitors')
-rw-r--r--lib/arel/visitors/to_sql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arel/visitors/to_sql.rb b/lib/arel/visitors/to_sql.rb
index ccaa328a78..260cb6959f 100644
--- a/lib/arel/visitors/to_sql.rb
+++ b/lib/arel/visitors/to_sql.rb
@@ -47,7 +47,7 @@ module Arel
unless key
warn(<<-eowarn) if $VERBOSE
(#{caller.first}) Using UpdateManager without setting UpdateManager#key is
-deprecated and support will be removed in ARel 3.0.0. Please set the primary
+deprecated and support will be removed in ARel 4.0.0. Please set the primary
key on UpdateManager using UpdateManager#key=
eowarn
key = o.relation.primary_key