Skip to content

Commit

Permalink
Merge pull request airbrake#171 from oggy/master
Browse files Browse the repository at this point in the history
Ignore ActionController::UnknownHttpMethod by default
  • Loading branch information
shime committed Jan 17, 2013
2 parents ab153b8 + 91345de commit 75998ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/airbrake/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ class Configuration
'ActionController::RoutingError',
'ActionController::InvalidAuthenticityToken',
'CGI::Session::CookieStore::TamperedWithCookie',
'ActionController::UnknownHttpMethod',
'ActionController::UnknownAction',
'AbstractController::ActionNotFound',
'Mongoid::Errors::DocumentNotFound']
Expand Down

0 comments on commit 75998ab

Please sign in to comment.