From 1c77cf2cc4d00097a52edf7ae6fa0de519273cc0 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 13 Dec 2010 13:30:11 -0800 Subject: fixing deprecation notice --- lib/arel/table.rb | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3