diff options
Diffstat (limited to 'config/boot.rb')
| -rw-r--r-- | config/boot.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/boot.rb b/config/boot.rb index dd5e3b69..9834fc42 100644 --- a/config/boot.rb +++ b/config/boot.rb | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | # Configure your app in config/environment.rb and config/environments/*.rb | 2 | # Configure your app in config/environment.rb and config/environments/*.rb |
| 3 | 3 | ||
| 4 | RAILS_ROOT = "#{File.dirname(__FILE__)}/.." unless defined?(RAILS_ROOT) | 4 | RAILS_ROOT = "#{File.dirname(__FILE__)}/.." unless defined?(RAILS_ROOT) |
| 5 | ENV['NLS_LANG'] = 'de_DE.UTF8' | ||
| 5 | 6 | ||
| 6 | module Rails | 7 | module Rails |
| 7 | class << self | 8 | class << self |
