mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix punctuation in config templates
This commit is contained in:
parent
98c36ba19c
commit
b22cbf8267
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ Blog::Application.configure do
|
|||
# Only use best-standards-support built into browsers.
|
||||
config.action_dispatch.best_standards_support = :builtin
|
||||
|
||||
# Raise an error on page load if there are pending migrations
|
||||
# Raise an error on page load if there are pending migrations.
|
||||
config.active_record.migration_error = :page_load
|
||||
|
||||
# Debug mode disables concatenation and preprocessing of assets.
|
||||
|
|
|
@ -20,7 +20,7 @@ Rails.application.configure do
|
|||
config.active_support.deprecation = :log
|
||||
|
||||
<%- unless options.skip_active_record? -%>
|
||||
# Raise an error on page load if there are pending migrations
|
||||
# Raise an error on page load if there are pending migrations.
|
||||
config.active_record.migration_error = :page_load
|
||||
<%- end -%>
|
||||
|
||||
|
|
Loading…
Reference in a new issue