Remove the unused decorator DossiersDecorator

This commit is contained in:
gregoirenovel 2018-12-27 12:01:19 +01:00 committed by Pierre de La Morinerie
parent 71c8083b92
commit 6565ce9c3c

View file

@ -1,3 +0,0 @@
class DossiersDecorator < Draper::CollectionDecorator
delegate :current_page, :limit_value, :total_pages
end