You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments