about summary refs log tree commit homepage
path: root/lib/raindrops.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/raindrops.rb')
-rw-r--r--lib/raindrops.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/raindrops.rb b/lib/raindrops.rb
index f4d6b18..a35a158 100644
--- a/lib/raindrops.rb
+++ b/lib/raindrops.rb
@@ -30,5 +30,6 @@ class Raindrops
   autoload :Linux, 'raindrops/linux'
   autoload :Struct, 'raindrops/struct'
   autoload :Middleware, 'raindrops/middleware'
+  autoload :Aggregate, 'raindrops/aggregate'
 end
 require 'raindrops_ext'