Sha256: 65066ef2389800b7a495939cd9b9ed656bb7f61e925501a97d957445f23b597e

Contents?: true

Size: 202 Bytes

Versions: 13

Compression:

Stored size: 202 Bytes

Contents

module Datadog
  class Notifications
    module Plugins
    end
  end
end

%w|base grape active_record active_job action_controller|.each do |name|
  require "datadog/notifications/plugins/#{name}"
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
datadog-notifications-0.5.0 lib/datadog/notifications/plugins.rb
datadog-notifications-0.4.9 lib/datadog/notifications/plugins.rb
datadog-notifications-0.4.8 lib/datadog/notifications/plugins.rb
datadog-notifications-0.4.7 lib/datadog/notifications/plugins.rb
datadog-notifications-0.4.6 lib/datadog/notifications/plugins.rb
datadog-notifications-0.4.5 lib/datadog/notifications/plugins.rb
datadog-notifications-0.4.4 lib/datadog/notifications/plugins.rb
datadog-notifications-0.4.3 lib/datadog/notifications/plugins.rb
datadog-notifications-0.4.2 lib/datadog/notifications/plugins.rb
datadog-notifications-0.4.1 lib/datadog/notifications/plugins.rb
datadog-notifications-0.4.0 lib/datadog/notifications/plugins.rb
datadog-notifications-0.3.1 lib/datadog/notifications/plugins.rb
datadog-notifications-0.3.0 lib/datadog/notifications/plugins.rb