Skip to content

Commit

Permalink
Add period to end of comment sentences in env templates for consisten…
Browse files Browse the repository at this point in the history
…cy (#51677)

Add periods to comments in development.rb.tt and test.rb.tt for consistency.
[ci skip]

Co-authored-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
  • Loading branch information
SeesawEffectt and carlosantoniodasilva committed Apr 29, 2024
1 parent 2587966 commit cc7f0b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Rails.application.configure do
# Show full error reports.
config.consider_all_requests_local = true

# Enable server timing
# Enable server timing.
config.server_timing = true

# Enable/disable caching. By default caching is disabled.
Expand Down Expand Up @@ -85,7 +85,7 @@ Rails.application.configure do
# config.action_cable.disable_request_forgery_protection = true

<%- end -%>
# Raise error when a before_action's only/except options reference missing actions
# Raise error when a before_action's only/except options reference missing actions.
config.action_controller.raise_on_missing_callback_actions = true
<%- unless skip_rubocop? -%>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ Rails.application.configure do
# Annotate rendered view with file names.
# config.action_view.annotate_rendered_view_with_filenames = true

# Raise error when a before_action's only/except options reference missing actions
# Raise error when a before_action's only/except options reference missing actions.
config.action_controller.raise_on_missing_callback_actions = true
end

0 comments on commit cc7f0b0

Please sign in to comment.