aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/table.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-09-08 13:44:34 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-09-08 13:44:34 -0700
commitab55d3bfc18348e9f43e4604e02c4c3db7a3e23c (patch)
treeb4cb062e6d7724912fa1d2d312c3f67452c1db29 /lib/arel/table.rb
parent34f23c9f5f80a5998c181060331fa394e6d6663d (diff)
downloadrails-ab55d3bfc18348e9f43e4604e02c4c3db7a3e23c.tar.gz
rails-ab55d3bfc18348e9f43e4604e02c4c3db7a3e23c.tar.bz2
rails-ab55d3bfc18348e9f43e4604e02c4c3db7a3e23c.zip
visiting symbols in the SQL visitor
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