phateio/kiris

View on GitHub
app/controllers/errors_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ErrorsController < ApplicationController
  def error404
    render nothing: true, status: :not_found
  end
end