diff options
| author | Charlie Root <root@web.ccc.local> | 2025-01-28 22:47:15 +0100 |
|---|---|---|
| committer | Charlie Root <root@web.ccc.local> | 2025-01-28 22:47:15 +0100 |
| commit | c4296b59a7f9d667d295f9c37b71f7849b818fb3 (patch) | |
| tree | ccbace3a183c075991a0dfeb1dd9e6f25e901cf3 /config/boot.rb | |
| parent | dfbaadf0210b02a8bb54380c2c50302413dcf6d6 (diff) | |
Big overhaul patch and style changes
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 dd5e3b6..9834fc4 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 |
