aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-01-27 10:04:26 -0800
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-01-27 10:04:26 -0800
commitd57ce232a885b21e1d6d1f9fbf60bc5908ad880d (patch)
treef62345d1f58cc689c1a113773cff54c12c607a94 /guides/source
parent31616068032beb537768787ff3a206b062eb192e (diff)
parent433628a45c2f5dd04b115af1b5579dac75255c67 (diff)
downloadrails-d57ce232a885b21e1d6d1f9fbf60bc5908ad880d.tar.gz
rails-d57ce232a885b21e1d6d1f9fbf60bc5908ad880d.tar.bz2
rails-d57ce232a885b21e1d6d1f9fbf60bc5908ad880d.zip
Merge pull request #13832 from kassio/setup-for-raise-missing-translations
Rails config for raise on missing translations
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/configuring.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 387778316a..38f7162fcf 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -386,6 +386,8 @@ encrypted cookies salt value. Defaults to `'signed encrypted cookie'`.
The default setting is `true`, which uses the partial at `/admin/posts/_post.erb`. Setting the value to `false` would render `/posts/_post.erb`, which is the same behavior as rendering from a non-namespaced controller such as `PostsController`.
+* `config.action_view.raise_on_missing_translations` determines whether an error should be raised for missing translations
+
### Configuring Action Mailer
There are a number of settings available on `config.action_mailer`: