aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb
diff options
context:
space:
mode:
authorLeon Breedt <bitserf@gmail.com>2005-02-20 01:07:54 +0000
committerLeon Breedt <bitserf@gmail.com>2005-02-20 01:07:54 +0000
commit6a7fc51c6675786f4791c45edc1fac42ea6e3df9 (patch)
tree6d2d97d6779d19f05b80ec4519254bd5bb79004a /actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb
parentacb3d2cf755d6be35527d2ece57a5de415bb6cab (diff)
downloadrails-6a7fc51c6675786f4791c45edc1fac42ea6e3df9.tar.gz
rails-6a7fc51c6675786f4791c45edc1fac42ea6e3df9.tar.bz2
rails-6a7fc51c6675786f4791c45edc1fac42ea6e3df9.zip
add code coverage testing scripts, remove dead code
detected by said scripts git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@708 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb')
-rw-r--r--actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb b/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb
index 68c0f4ffb3..a8f34f2e33 100644
--- a/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb
+++ b/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb
@@ -7,8 +7,6 @@ module ActionWebService # :nodoc:
class << self
alias_method :inherited_without_action_controller, :inherited
end
- end
- base.class_eval do
alias_method :before_direct_invoke_without_action_controller, :before_direct_invoke
alias_method :after_direct_invoke_without_action_controller, :after_direct_invoke
end