veracross / consult

Configuration and secrets management for Rails
MIT License
12 stars 0 forks source link

Fix unhandled exception when no templates have been configured #9

Closed aharpervc closed 6 years ago

aharpervc commented 6 years ago

Got this when introducing consult to an app, where I hadn't added the config/consult.yml file yet. The code appears to otherwise support booting up without a config file, except for 1 unhandled exception.

This fixes #1

aharpervc commented 6 years ago

@sixfeetover pr updated with 2 more fixes for unhandled exceptions