Fix punctuation in config templates

This commit is contained in:
Akira Matsuda 2013-06-28 00:43:02 +09:00
parent 98c36ba19c
commit b22cbf8267
2 changed files with 2 additions and 2 deletions

@ -22,7 +22,7 @@
# 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 -%>