Skip to content

Commit

Permalink
clarify ManualEventAgent usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Sep 16, 2015
1 parent d94a1ef commit 5fa1824
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/models/agents/manual_event_agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ class ManualEventAgent < Agent

description <<-MD
The Manual Event Agent is used to manually create Events for testing or other purposes.
Do not set options for this Agent. Instead, connect it to other Agents and create Events
using the UI provided on this Agent's Summary page.
MD

event_description "User determined"
Expand All @@ -29,4 +32,4 @@ def working?
def validate_options
end
end
end
end

0 comments on commit 5fa1824

Please sign in to comment.