Delete un-use code DossiersDecorator

This commit is contained in:
Xavier J 2016-12-16 09:39:21 +01:00
parent 02ec901777
commit 3c11bef503

View file

@ -1,15 +1,4 @@
class DossiersDecorator < Draper::CollectionDecorator
delegate :current_page, :per_page, :offset, :total_entries, :total_pages
def active_class_a_traiter page
'active' if page == 'a_traiter'
end
def active_class_en_attente page
'active' if page == 'en_attente'
end
def active_class_termine page
'active' if page == 'termine'
end
end