Skip to content

Commit

Permalink
ActionController::MethodNotAllowed added to benign exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
robdiciuccio committed Feb 1, 2012
1 parent feb42fa commit 5d60f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linktv/platform/platform_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ def log_exception(exception)
# define benign exceptions
@@benign_exceptions = [Exceptions::HTTPBadRequest, Exceptions::HTTPUnauthorized,
Exceptions::HTTPNotFound, ActionController::InvalidAuthenticityToken,
Exceptions::Unauthorized]
Exceptions::Unauthorized, ActionController::MethodNotAllowed]

end

0 comments on commit 5d60f84

Please sign in to comment.