draper
draper copied to clipboard
Way to decorate only collection without decorating the instances
Is there a way to decorate only a collection without decorating the instances? It appems that even if I create a class like "MessagesDecorator" and inherit from "Draper::CollectionDecorator", it would expect it me to have "MessageDecorator" as well, is there a way to avoid that?