Remove cache_as from Garner::Mixins::Mongoid::Document
fancyremarker opened this issue · 1 comments
fancyremarker commented
Instead of requiring client to specify cache_as
, always use the class's base collection class. Same for binding or invalidating.
fancyremarker commented
Fixed in #28.