DSL definition: https://github.com/pivorakmeetup/pivorak-web-app/blob/development/config/initializers/ez_settings.rb#L11 ``` group :maintenance do key :enabled, type: :boolean, default: -> { false } end ``` ``` $ rails c [1] pry(main)> Ez::Settings[:app, :maintenance, :enabled] => "false" ``` Can you point me where I should fix that?