Fixed: uninitialized constant Localeapp

This commit is contained in:
Vokhmin Alexey V 2013-11-09 01:23:36 +04:00
parent 5b978fc89f
commit baf68d86a4
1 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
Localeapp.configure do |config|
config.sending_environments = []
if Rails.env.development?
Localeapp.configure do |config|
config.sending_environments = []
end
end