File: engine-root.patch

package info (click to toggle)
ruby-nested-form 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 812 kB
  • ctags: 86
  • sloc: ruby: 659; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Index: ruby-nested-form/lib/nested_form/engine.rb
===================================================================
--- ruby-nested-form.orig/lib/nested_form/engine.rb
+++ ruby-nested-form/lib/nested_form/engine.rb
@@ -2,6 +2,7 @@ require 'rails'
 
 module NestedForm
   class Engine < ::Rails::Engine
+    config.root = '/usr/share/ruby-nested-form'
     initializer 'nested_form' do |app|
       ActiveSupport.on_load(:action_view) do
         require "nested_form/view_helper"