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.rb4
1 files changed, 2 insertions, 2 deletions
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