Description: set rails engine root
 debian specific
Author: Pirate Praveen <praveen@debian.org>
Last-Updated: 2015-07-08

Index: ruby-cal-heatmap-rails-0.0.1/lib/cal/heatmap/rails.rb
===================================================================
--- ruby-cal-heatmap-rails-0.0.1.orig/lib/cal/heatmap/rails.rb
+++ ruby-cal-heatmap-rails-0.0.1/lib/cal/heatmap/rails.rb
@@ -4,6 +4,7 @@ module Cal
   module Heatmap
     module Rails
       class Engine < ::Rails::Engine
+      	config.root='/usr/share/ruby-cal-heatmap-rails'
       end
     end
   end
