not_found_controller.rb 92 Bytes
class NotFoundController < ApplicationController
  def index
    render_not_found
  end
end