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
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
Using zermelo 1.4.3 from git://github.com/flapjack/zermelo.git (at master@d7adfdd)
I must be missing something but I also tried to require zermelo/records/redis directly.
Thanks in advance for the help!
UPDATE: it looks like you need to require more than just the gem
=> true
[2] pry(main)> class Post
[2] pry(main)* include Zermelo::Records::Redis
[2] pry(main)* end
NameError: uninitialized constant Zermelo::Records::Redis
Did you mean? Zermelo::Records::RedisSet
from (pry):3:in `<class:Post>'
[3] pry(main)>