From 7e53960271fd4f913c6bb61d6e99ea1c8ecec8dd Mon Sep 17 00:00:00 2001 From: Stormwind Date: Mon, 23 Feb 2015 21:57:05 +0100 Subject: [PATCH] Load Storage --- lib/rubella.rb | 2 ++ lib/rubella/storage.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/rubella.rb b/lib/rubella.rb index 937f3bc..6dc0397 100644 --- a/lib/rubella.rb +++ b/lib/rubella.rb @@ -1,3 +1,5 @@ +require "rubella/storage" + module Rubella # Helps to process and create the heatmap diff --git a/lib/rubella/storage.rb b/lib/rubella/storage.rb index 4e90c50..2c924ba 100644 --- a/lib/rubella/storage.rb +++ b/lib/rubella/storage.rb @@ -27,4 +27,4 @@ module Rubella end -end \ No newline at end of file +end