aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/table.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/table.rb')
-rw-r--r--lib/arel/table.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/arel/table.rb b/lib/arel/table.rb
index a68705fedf..bfc667bf2b 100644
--- a/lib/arel/table.rb
+++ b/lib/arel/table.rb
@@ -29,8 +29,7 @@ module Arel
def primary_key
if $VERBOSE
warn <<-eowarn
-primary_key (#{caller.first}) is deprecated and will be removed in ARel 3.0.0. Please
-switch to `compile_insert`
+primary_key (#{caller.first}) is deprecated and will be removed in ARel 3.0.0
eowarn
end
@primary_key ||= begin