Skip to content

Commit 4b52ff7

Browse files
committed
ErrorsControllerの不要なコメントを削除
1 parent 62ad7c3 commit 4b52ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/errors_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class ErrorsController < ApplicationController
2-
layout 'application' # エラー画面にも通常のアプリと同じレイアウトを適用
2+
layout 'application'
33

44
def not_found
55
render status: 404 # このアクションでは app/views/errors/not_found.html.erb が使用されます

0 commit comments

Comments
 (0)