<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -31,6 +31,12 @@ module CanSearch
       @scopes[name] = BaseScope.new(@model, name, :named_scope =&gt; name)
     end
 
+    def add_existing_scopes(*names)
+			names.each do |name|
+				@scopes[name] = BaseScope.new(@model, name, :named_scope =&gt; name)
+			end
+    end
+
     def [](name)
       @scopes[name]
     end
@@ -116,4 +122,4 @@ module CanSearch
 end
 
 send respond_to?(:require_dependency) ? :require_dependency : :require, 'can_search/date_range_scope'
-send respond_to?(:require_dependency) ? :require_dependency : :require, 'can_search/like_query_scope'
\ No newline at end of file
+send respond_to?(:require_dependency) ? :require_dependency : :require, 'can_search/like_query_scope'</diff>
      <filename>lib/can_search/search_scopes.rb</filename>
    </modified>
    <modified>
      <diff>@@ -73,8 +73,7 @@ module CanSearch
         @scope = Record.named_scope :example, lambda { |name| {:conditions =&gt; {:name =&gt; name} } }
         Record.named_scope :peanut_butter, lambda { |id| {:conditions =&gt; {:parent_id =&gt; id} } }
         Record.can_search do
-          add_existing_scope :example
-          add_existing_scope :peanut_butter
+          add_existing_scopes :example, :peanut_butter
         end
       end
       
@@ -94,4 +93,4 @@ module CanSearch
       end
     end
   end
-end
\ No newline at end of file
+end</diff>
      <filename>spec/search_scopes_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>49890673aef1adbfb8f920314d785072439d6402</id>
    </parent>
  </parents>
  <author>
    <name>Matt</name>
    <email>towski@gmail.com</email>
  </author>
  <url>http://github.com/technoweenie/can_search/commit/5bcc52d0c3fe11b9f9a4a85fea0074f31d194545</url>
  <id>5bcc52d0c3fe11b9f9a4a85fea0074f31d194545</id>
  <committed-date>2008-09-18T11:04:36-07:00</committed-date>
  <authored-date>2008-09-18T11:04:36-07:00</authored-date>
  <message>add_existing_scopes :this, :that</message>
  <tree>13b4c938f8d6c6977641effae374d1d17abcd56d</tree>
  <committer>
    <name>Matt</name>
    <email>towski@gmail.com</email>
  </committer>
</commit>
