Oshuma / app_config

Simple Ruby framework-agnostic application configuration.
http://oshuma.github.io/app_config/
MIT License
20 stars 7 forks source link

Recursively create sub config keys #6

Closed Oshuma closed 11 years ago

Oshuma commented 14 years ago

Only top-level keys get saved. Currently, this doesn't work:

config[:database][:user] = 'luser'

Doesn't create the embedded hash/array.

Oshuma commented 11 years ago

Fixed in this commit: 267c50f8394f1c6b6bf3d0e3498a0ef8e23c46e8