File: engine-root.patch

package info (click to toggle)
ruby-remotipart 1.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 452 kB
  • sloc: ruby: 794; javascript: 175; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/lib/remotipart/rails/engine.rb
+++ b/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
         ActiveSupport.on_load :action_view do
           include RequestHelper