mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-10 00:07:08 +02:00
5 lines
169 B
Ruby
5 lines
169 B
Ruby
require "plugin" # Avoid: RuntimeError Circular dependency detected while autoloading constant Plugin
|
|
unless Rails.env.test?
|
|
AllPluginCheckUpdateJob.perform_later
|
|
end
|