public
Description: resources_controller rails plugin: rc makes RESTful controllers fun
Homepage: http://plugins.ardes.com/doc/resources_controller
Clone URL: git://github.com/ianwhite/resources_controller.git
Click here to lend your support to: resources_controller and make a donation at www.pledgie.com !
Revert f4e1781, because the bug in rails which required it has now been fixed 
(see http://rails.lighthouseapp.com/projects/8994/tickets/1083)

This reverts commit f4e178155daa57482c653c62daba1f630d70eba5.
ianwhite (author)
Thu Oct 16 02:43:51 -0700 2008
commit  9e0340e700d6b81eea6850b77c62e40a71da331e
tree    2bb2742471614da87c90b1a148aacf1ba2ad8513
parent  f4e178155daa57482c653c62daba1f630d70eba5
...
824
825
826
827
828
829
830
831
832
833
...
824
825
826
 
 
 
 
827
828
829
0
@@ -824,10 +824,6 @@ module Ardes#:nodoc:
0
         resource_specification.find ? resource_specification.find_custom(controller) : super
0
       end
0
       
0
-      def new(*args, &block)
0
-        service.new(*args, &block)
0
-      end
0
-      
0
       def respond_to?(method)
0
         super || service.respond_to?(method)
0
       end

Comments