Enable dry run of RssAgent

Akinori MUSHA 9 years ago
parent
commit
01a76fbe73
1 changed files with 1 additions and 0 deletions
  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