File: engine-root.patch

package info (click to toggle)
ruby-jquery-atwho-rails 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 200 kB
  • ctags: 60
  • sloc: ruby: 84; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: ruby-jquery-atwho-rails/lib/jquery-atwho-rails.rb
===================================================================
--- ruby-jquery-atwho-rails.orig/lib/jquery-atwho-rails.rb
+++ ruby-jquery-atwho-rails/lib/jquery-atwho-rails.rb
@@ -5,6 +5,7 @@ module Jquery
   module Atwho
     module Rails
       class Engine < ::Rails::Engine
+        config.root = '/usr/share/ruby-jquery-atwho-rails'
       end
     end
   end