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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: