Adds activity tab for system emails

This commit is contained in:
María Checa
2018-05-15 13:19:47 +02:00
committed by decabeza
parent f1e7b634ba
commit 9d580e15f5
6 changed files with 23 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
class Admin::ActivityController < Admin::BaseController
has_filters %w{all on_users on_proposals on_debates on_comments}
has_filters %w{all on_users on_proposals on_debates on_comments on_system_emails}
def show
@activity = Activity.for_render.send(@current_filter)