File: engine-root.patch

package info (click to toggle)
ruby-remotipart 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: ruby: 136; javascript: 136; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Index: ruby-remotipart/lib/remotipart/rails/engine.rb
===================================================================
--- ruby-remotipart.orig/lib/remotipart/rails/engine.rb
+++ ruby-remotipart/lib/remotipart/rails/engine.rb
@@ -3,6 +3,7 @@ module Remotipart
   module Rails
 
     class Engine < ::Rails::Engine
+      config.root = '/usr/share/ruby-remotipart'
       initializer "remotipart.view_helper" do
         ActionView::Base.send :include, RequestHelper
         ActionView::Base.send :include, ViewHelper