not_found_controller.rb 92 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 class NotFoundController < ApplicationController def index render_not_found end end