<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -824,6 +824,10 @@ module Ardes#:nodoc:
         resource_specification.find ? resource_specification.find_custom(controller) : super
       end
       
+      def new(*args, &amp;block)
+        service.new(*args, &amp;block)
+      end
+      
       def respond_to?(method)
         super || service.respond_to?(method)
       end</diff>
      <filename>lib/ardes/resources_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1cf438fcf18dff7036186497bb7d1e47ec573e73</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/resources_controller/commit/f4e178155daa57482c653c62daba1f630d70eba5</url>
  <id>f4e178155daa57482c653c62daba1f630d70eba5</id>
  <committed-date>2008-10-13T16:08:37-07:00</committed-date>
  <authored-date>2008-10-13T16:08:37-07:00</authored-date>
  <message>Adding explicit call to service.new, because of recent change in rails (see http://rails.lighthouseapp.com/projects/8994/tickets/1083)</message>
  <tree>119b50a1caa7533565e54f06456d914decb312d2</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
