mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
gem_dependency_check is an existing function that shouldn't be overwritten, but called
This commit is contained in:
parent
74ba09746b
commit
59280c04fb
1 changed files with 1 additions and 3 deletions
|
@ -57,9 +57,7 @@ module Agents
|
|||
Set `expected_update_period_in_days` to the maximum amount of time that you'd expect to pass between Events being created by this Agent.
|
||||
MD
|
||||
|
||||
def gem_dependency_check
|
||||
defined?(Tumblr)
|
||||
end
|
||||
gem_dependency_check { defined?(Tumblr) }
|
||||
|
||||
def validate_options
|
||||
errors.add(:base, "expected_update_period_in_days is required") unless options['expected_update_period_in_days'].present?
|
||||
|
|
Loading…
Add table
Reference in a new issue