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-04-02
Index: ruby-rails-assets-markdown-it-hashtag-0.3.0/lib/rails-assets-markdown-it-hashtag.rb
===================================================================
--- ruby-rails-assets-markdown-it-hashtag-0.3.0.orig/lib/rails-assets-markdown-it-hashtag.rb
+++ ruby-rails-assets-markdown-it-hashtag-0.3.0/lib/rails-assets-markdown-it-hashtag.rb
@@ -25,6 +25,7 @@ module RailsAssetsMarkdownItHashtag
if defined?(Rails)
class Engine < ::Rails::Engine
+ config.root = '/usr/share/ruby-rails-assets-markdown-it-hashtag'
# Rails -> use app/assets directory.
end
end
|