class ApplicationController

Public Instance Methods

not_found() click to toggle source
# File app/controllers/application_controller.rb, line 8
def not_found
  render status: 404, template: 'errors/not_found.html.erb'
end