<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -824,7 +824,7 @@ module Ardes#:nodoc:
         resource_specification.find ? resource_specification.find_custom(controller) : super
       end
       
-      def respond_to?(method)
+      def respond_to?(method, include_private = false)
         super || service.respond_to?(method)
       end
     </diff>
      <filename>lib/ardes/resources_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -101,8 +101,8 @@ module Ardes#:nodoc:
       end
 
       # delegate url help method creation to the controller
-      def respond_to_with_named_route_helper?(method)
-        respond_to_without_named_route_helper?(method) || controller.resource_named_route_helper_method?(method)
+      def respond_to_with_named_route_helper?(method, include_private = false)
+        respond_to_without_named_route_helper?(method, include_private) || controller.resource_named_route_helper_method?(method)
       end
     
     private</diff>
      <filename>lib/ardes/resources_controller/helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -54,8 +54,8 @@ module Ardes#:nodoc:
         end
       end
 
-      def respond_to_with_named_route_helper?(method)
-        respond_to_without_named_route_helper?(method) || resource_named_route_helper_method?(method)
+      def respond_to_with_named_route_helper?(method, include_private = false)
+        respond_to_without_named_route_helper?(method, include_private) || resource_named_route_helper_method?(method)
       end
 
       # return true if the passed method (e.g. 'resources_path') corresponds to a defined</diff>
      <filename>lib/ardes/resources_controller/named_route_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3b8ea1c2027a7601bd4c9a9950dc63ea7983a76d</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/resources_controller/commit/74345d6985aa07358652fbad990bdb52f01e3e24</url>
  <id>74345d6985aa07358652fbad990bdb52f01e3e24</id>
  <committed-date>2008-11-20T01:56:43-08:00</committed-date>
  <authored-date>2008-11-20T01:56:43-08:00</authored-date>
  <message>updating respond_to API</message>
  <tree>3c63bb5769fc78cb1c2f2e19b8d599d7de59a35a</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
