1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
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
|