From 0a9bc591e78382b221ef5c2f463bac90564b9982 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Thu, 29 Nov 2007 02:08:51 +0000 Subject: Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [tarmo] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8235 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/base.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/lib/action_controller/base.rb') diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index 3193362fc8..b9fd25aa8f 100755 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -85,6 +85,8 @@ module ActionController #:nodoc: end end + class UnknownHttpMethod < ActionControllerError #:nodoc: + end # Action Controllers are the core of a web request in Rails. They are made up of one or more actions that are executed # on request and then either render a template or redirect to another action. An action is defined as a public method -- cgit v1.2.3