Enable dry run of RssAgent

Akinori MUSHA 9 年之前
父节点
当前提交
01a76fbe73
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/models/agents/rss_agent.rb

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

@@ -6,6 +6,7 @@ module Agents
6 6
     include WebRequestConcern
7 7
 
8 8
     cannot_receive_events!
9
+    can_dry_run!
9 10
     default_schedule "every_1d"
10 11
 
11 12
     description do