lib/fozzie/adapter.rb in fozzie-1.0.3 vs lib/fozzie/adapter.rb in fozzie-1.1.0

- old
+ new

@@ -1 +1 @@ -%w{statsd}.each {|r| require "fozzie/adapter/#{r}" } \ No newline at end of file +%w{statsd datadog}.each {|r| require "fozzie/adapter/#{r}" }