disable sending missing translations

This commit is contained in:
Vokhmin Alexey V 2013-11-09 01:11:31 +04:00
parent 3ac5eda85b
commit 5b978fc89f
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Localeapp.configure do |config|
config.sending_environments = []
end