aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-12-13 13:30:11 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-12-13 13:30:11 -0800
commit1c77cf2cc4d00097a52edf7ae6fa0de519273cc0 (patch)
tree9329f7530813a29eb5b590864e17734c98b75210
parent99816bf8cc452b1c64ea76d510306f00d22122fd (diff)
downloadrails-1c77cf2cc4d00097a52edf7ae6fa0de519273cc0.tar.gz
rails-1c77cf2cc4d00097a52edf7ae6fa0de519273cc0.tar.bz2
rails-1c77cf2cc4d00097a52edf7ae6fa0de519273cc0.zip
fixing deprecation notice
-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