Files
gitlabhq/config/initializers
Cyril 9db7c16a1e Fix default settings when they are boolean.
error is that ```enabled ||= true``` always evaluates to true.
Change all initialization of bool settings to use the same syntax:
```setting = true if setting.nil?```
2013-01-18 00:00:02 +01:00
..
2013-01-09 09:14:05 +03:00
2011-10-09 00:36:38 +03:00
2012-11-18 21:51:53 +01:00
2012-11-22 20:22:44 +01:00
2011-10-09 00:36:38 +03:00
2011-10-09 00:36:38 +03:00