hokui/hokui.net

View on GitHub
app/controllers/contents/application_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Contents::ApplicationController < ActionController::Base
  def not_found
    head 404
  end
end