소스 검색

Merge pull request #2706 from whtsky/email_dryrun

Allow email agent to dry run
Dominik Sander 5 년 전
부모
커밋
198f0126b8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/models/agents/email_agent.rb

+ 1 - 0
app/models/agents/email_agent.rb

@@ -2,6 +2,7 @@ module Agents
   class EmailAgent < Agent
     include EmailConcern
 
+    can_dry_run!
     cannot_be_scheduled!
     cannot_create_events!
     no_bulk_receive!