1

When a propfind request appears I want to return my own error message with status code 404. Currently this error message appears:

ActionController::RoutingError (No route matches [PROPFIND] "/ical/12345622d73"):
Raswidr
  • 186
  • 6
  • When an `ActionController::RoutingError` is raised in the production environment then Rails should per default return a proper 404 error. Your app does not do that? – spickermann Jun 08 '20 at 09:52
  • My app does that but i would like to intercept this and raise my own error message. – Raswidr Jun 08 '20 at 10:58

0 Answers0