mirror of https://github.com/rails/rails
Change "For not..." to "Do not...".
This commit is contained in:
parent
703a2e8da1
commit
39fc362b9b
|
@ -33,7 +33,7 @@ module <%= app_const_base %>
|
|||
# config.i18n.default_locale = :de
|
||||
<%- unless options.skip_active_record? -%>
|
||||
|
||||
# For not swallow errors in after_commit/after_rollback callbacks.
|
||||
# Do not swallow errors in after_commit/after_rollback callbacks.
|
||||
config.active_record.raise_in_transactional_callbacks = true
|
||||
<%- end -%>
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue