<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -125,16 +125,14 @@ module ActsAsUrlParam
     
     module ClassMethods
       def url_param_available?(candidate, record=nil)
-        Caring::Scope::State.instance.with_admin_scope(true) do
-          if proc = acts_as_url_options[:block]
-            if proc.arity == 1
-              proc.call(candidate)
-            else 
-              proc.call(candidate, record)
-            end
+        if proc = acts_as_url_options[:block]
+          if proc.arity == 1
+            proc.call(candidate)
           else
-            url_param_available_for_model?(candidate, record)
+            proc.call(candidate, record)
           end
+        else
+          url_param_available_for_model?(candidate, record)
         end
       end
       
@@ -226,4 +224,4 @@ module ActsAsUrlParam
       end
     end
   end
-end
\ No newline at end of file
+end</diff>
      <filename>lib/acts_as_url_param.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6713a8d9f0e03014faad79ae82cc1c67bc5d2a52</id>
    </parent>
  </parents>
  <author>
    <name>Chris Eppstein</name>
    <email>chris@eppsteins.net</email>
  </author>
  <url>http://github.com/caring/acts_as_url_param/commit/4a5cde4f1bf16b8220240fc794cfc4214ccbefdd</url>
  <id>4a5cde4f1bf16b8220240fc794cfc4214ccbefdd</id>
  <committed-date>2009-08-03T16:10:01-07:00</committed-date>
  <authored-date>2009-08-03T16:10:01-07:00</authored-date>
  <message>Remove some caring.com specific code.</message>
  <tree>359c49b72536863b86f04553c26fe4500c0a8d6d</tree>
  <committer>
    <name>Chris Eppstein</name>
    <email>chris@eppsteins.net</email>
  </committer>
</commit>
