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