Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Make config a HashWithIndifferentAccess #10

Closed
nathankleyn opened this issue Sep 22, 2015 · 1 comment
Closed

Make config a HashWithIndifferentAccess #10

nathankleyn opened this issue Sep 22, 2015 · 1 comment

Comments

@nathankleyn
Copy link
Contributor

Currently, Env#config returns whatever was put in the YAML file. Instead, provide this as a HashWithIndifferentAcccess to ensure that the format it was set in does not matter.

See http://api.rubyonrails.org/classes/ActiveSupport/HashWithIndifferentAccess.html for the documentation how this class works.

@janstenpickle
Copy link
Member

Will actually use OpenStructs for this and address as part of #11

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants