-
Fix default settings when they are boolean. · 9db7c16aCyril authored
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?```
9db7c16a
×