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 !
Remove setting of RC action modules in specs, so we can test compatibility with 
other plugins (such as response_for_rc)
ianwhite (author)
Sat Sep 13 22:26:15 -0700 2008
commit  4e19116daaf7730b316752d70b18b931379606d6
tree    a23f42b1a8a10cb383debdf6373e9a9db02b053b
parent  4b31d14ed2bcdde7f1b109983afa1388df60e957
...
167
168
169
170
171
172
173
174
175
176
177
...
167
168
169
 
 
 
 
 
170
171
172
0
@@ -167,11 +167,6 @@ end
0
 # Controllers
0
 ##############
0
 
0
-# explicitly set the actions to the default (in case another plugin has changed this)
0
-Ardes::ResourcesController.actions = Ardes::ResourcesController::Actions
0
-Ardes::ResourcesController.singleton_actions = Ardes::ResourcesController::SingletonActions
0
-
0
-
0
 class ApplicationController < ActionController::Base
0
   map_enclosing_resource :account, :class => User, :singleton => true, :find => :current_user
0
 

Comments