Categories
It’s a common pattern to redirect the user to, or render specific pages for different types of exceptions that are thrown in your application. Prior to this changeset this usually involved overloading the rescue_action_in_public method of your controllers: 1 2 3 4 5 6 7 8 9 class PostsController < ApplicationController