Johan Lindblad
Results
2
issues of
Johan Lindblad
I use single table inheritance quite a lot so I made this in order to avoid having to create a decorator for every single child class if all I need...
I have added support for decorating Mongoid::Criteria objects. I usually do `@thing = Thing.all` and the Mongoid::Criteria object that returns fails to get decorated when its passed to the view.