<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,9 +12,9 @@ module ActiveRecord
         def run_scope_group(groups)
           scope = groups.shift
           if groups.empty?
-              self.send(scope[0], scope[1])
+              self.send(scope[0], *scope[1])
           else
-            with_scope :find =&gt; self.send(scope[0], scope[1]).proxy_options do
+            with_scope :find =&gt; self.send(scope[0], *scope[1]).proxy_options do
               run_scope_group(groups)
             end
           end</diff>
      <filename>lib/scope_group.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>46d07af3c32cf1aa85f23c6658c6399ea65b8e66</id>
    </parent>
  </parents>
  <author>
    <name>Robin Lu</name>
    <email>iamawalrus@gmail.com</email>
  </author>
  <url>http://github.com/robin/scopegroup/commit/4a0def03cc6b4f00a09a65bc2b51b7353632db11</url>
  <id>4a0def03cc6b4f00a09a65bc2b51b7353632db11</id>
  <committed-date>2009-09-03T03:50:51-07:00</committed-date>
  <authored-date>2009-09-03T03:50:51-07:00</authored-date>
  <message>fix argument bug</message>
  <tree>aca2427b6b91b7b932e07c4356ef906038be263e</tree>
  <committer>
    <name>Robin Lu</name>
    <email>iamawalrus@gmail.com</email>
  </committer>
</commit>
