draper icon indicating copy to clipboard operation
draper copied to clipboard

Way to decorate only collection without decorating the instances

Open JustMikey opened this issue 9 years ago • 0 comments

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?

JustMikey avatar Apr 27 '15 07:04 JustMikey