diff --git a/spec/app.rb b/spec/app.rb index 97951c9..b3c44f3 100644 --- a/spec/app.rb +++ b/spec/app.rb @@ -167,11 +167,6 @@ class Comment < ActiveRecord::Base # Controllers ############## -# explicitly set the actions to the default (in case another plugin has changed this) -Ardes::ResourcesController.actions = Ardes::ResourcesController::Actions -Ardes::ResourcesController.singleton_actions = Ardes::ResourcesController::SingletonActions - - class ApplicationController < ActionController::Base map_enclosing_resource :account, :class => User, :singleton => true, :find => :current_user