File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
railties/lib/rails/generators/rails/app/templates/config/environments Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Rails.application.configure do
14
14
# Show full error reports.
15
15
config.consider_all_requests_local = true
16
16
17
- # Enable server timing
17
+ # Enable server timing.
18
18
config.server_timing = true
19
19
20
20
# Enable/disable caching. By default caching is disabled.
@@ -85,7 +85,7 @@ Rails.application.configure do
85
85
# config.action_cable.disable_request_forgery_protection = true
86
86
87
87
<%- end -%>
88
- # Raise error when a before_action's only/except options reference missing actions
88
+ # Raise error when a before_action's only/except options reference missing actions.
89
89
config.action_controller.raise_on_missing_callback_actions = true
90
90
<%- unless skip_rubocop? -%>
91
91
Original file line number Diff line number Diff line change @@ -64,6 +64,6 @@ Rails.application.configure do
64
64
# Annotate rendered view with file names.
65
65
# config.action_view.annotate_rendered_view_with_filenames = true
66
66
67
- # Raise error when a before_action's only/except options reference missing actions
67
+ # Raise error when a before_action's only/except options reference missing actions.
68
68
config.action_controller.raise_on_missing_callback_actions = true
69
69
end
You can’t perform that action at this time.
0 commit comments