From 34f23c9f5f80a5998c181060331fa394e6d6663d Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 8 Sep 2010 13:25:42 -0700 Subject: Table#project takes multiple parameters --- lib/arel/table.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/arel/table.rb b/lib/arel/table.rb index 28243e645e..0e8b3782bb 100644 --- a/lib/arel/table.rb +++ b/lib/arel/table.rb @@ -53,8 +53,8 @@ module Arel tm.where condition end - def project thing - tm.project thing + def project *things + tm.project *things end def take amount -- cgit v1.2.3