File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ Check existing projects for an example of the usage.
122122
123123 ``` ruby
124124 config.action_controller.action_on_unpermitted_parameters = :raise
125- config.i18n.raise_on_missing_translations = true # uncomment
125+ config.i18n.raise_on_missing_translations = :strict
126126
127127 config.generators do |g |
128128 g.apply_rubocop_autocorrect_after_generate!
@@ -133,7 +133,7 @@ Check existing projects for an example of the usage.
133133
134134 ``` ruby
135135 config.action_controller.action_on_unpermitted_parameters = :raise
136- config.i18n.raise_on_missing_translations = true # uncomment
136+ config.i18n.raise_on_missing_translations = :strict
137137 config.i18n.exception_handler = Proc .new { |exception | raise exception.to_exception } # add
138138 config.active_record.verbose_query_logs = true # add
139139
You can’t perform that action at this time.
0 commit comments