FEATURE: admins can clear screend emails if needed

This commit is contained in:
Sam
2014-06-02 16:52:43 +10:00
parent 3f9a86a23a
commit 9e9c41ac52
8 changed files with 25 additions and 3 deletions

View File

@@ -4,7 +4,8 @@ class ScreenedEmailSerializer < ApplicationSerializer
:match_count,
:last_match_at,
:created_at,
:ip_address
:ip_address,
:id
def action
ScreenedEmail.actions.key(object.action_type).to_s