Skip to content

Commit

Permalink
Remove setting of RC action modules in specs, so we can test compatib…
Browse files Browse the repository at this point in the history
…ility with other plugins (such as response_for_rc)
  • Loading branch information
ianwhite committed Sep 14, 2008
1 parent 4b31d14 commit 4e19116
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spec/app.rb
Expand Up @@ -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

Expand Down

0 comments on commit 4e19116

Please sign in to comment.