From 0507bc3f58b7d6a36d93dcd5c21d7f40e9322c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 5 Dec 2013 00:18:22 -0200 Subject: Remove deprecated calls from the tests --- lib/arel/visitors/mssql.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/arel') diff --git a/lib/arel/visitors/mssql.rb b/lib/arel/visitors/mssql.rb index 9a88ee5b0f..2f5edce19a 100644 --- a/lib/arel/visitors/mssql.rb +++ b/lib/arel/visitors/mssql.rb @@ -62,8 +62,8 @@ module Arel x.projections.length == 1 && Arel::Nodes::Count === x.projections.first end - # fixme raise exception of there is no pk? - # fixme!! Table.primary_key will be depricated. What is the replacement?? + # FIXME raise exception of there is no pk? + # FIXME!! Table.primary_key will be deprecated. What is the replacement?? def find_left_table_pk o, a return visit o.primary_key, a if o.instance_of? Arel::Table find_left_table_pk o.left, a if o.kind_of? Arel::Nodes::Join -- cgit v1.2.3