error_controller.rb 113 B

12345
  1. class ErrorController < ApplicationController
  2. def error_404
  3. print("\nERRORCONTROLLER\n")
  4. end
  5. end