Skip to content
  • Laurent Arnoud's avatar
    Fix rendering error message when list.key is not available · 623e17f3
    Laurent Arnoud authored
    When a key is not found ActiveResource::ResourceNotFound is raised as a
    result a 404 is rendered because of `rescue_from` in the
    application_controller.
    With this patch we are returning nil so we can show the error defined on
    _list_menu to the browser.
    623e17f3