Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define a missing method #root for the development configurator
This fixes an unexpected NoMethodError that experimenting through `bin/console` causes: ``` irb(main):001> Kredis.string "mystring" /rails/kredis/lib/kredis/connections.rb:15:in `block in configured_for': undefined method `root' for an instance of #<Class:0x0000000108091a60> (NoMethodError) if configurator.root.join("config/redis/#{name}.yml").exist? ^^^^^ ``` This is a follow-up to #135.
- Loading branch information