drapergem / draper

Decorators/View-Models for Rails Applications
MIT License
5.23k stars 527 forks source link

refactor: move module query-methods into collection-decorator #874

Open brunohkbx opened 4 years ago

brunohkbx commented 4 years ago

Description

As we discussed on #868, it makes sense to move this module into CollectionDecorator since it depends upon decorator_class and context.

References

n-rodriguez commented 3 years ago

@brunohkbx can you please rebase your branch on master ? Thank you !