Module: ConfigMan::Modules::Localization
- Defined in:
- lib/configman/modules/localization.rb
Class Method Summary collapse
Class Method Details
.populate_defaults ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/configman/modules/localization.rb', line 6 def self.populate_defaults { 'language' => 'en', 'time_zone' => 'UTC', 'encoding' => 'UTF-8' } end |