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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arel/table.rb b/lib/arel/table.rb
index 0e8b3782bb..5d8f7c1ae5 100644
--- a/lib/arel/table.rb
+++ b/lib/arel/table.rb
@@ -54,7 +54,7 @@ module Arel
end
def project *things
- tm.project *things
+ tm.project(*things)
end
def take amount