We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ad7c3 commit 4b52ff7Copy full SHA for 4b52ff7
app/controllers/errors_controller.rb
@@ -1,5 +1,5 @@
1
class ErrorsController < ApplicationController
2
- layout 'application' # エラー画面にも通常のアプリと同じレイアウトを適用
+ layout 'application'
3
4
def not_found
5
render status: 404 # このアクションでは app/views/errors/not_found.html.erb が使用されます
0 commit comments