File: engine-root.patch

package info (click to toggle)
ruby-codemirror-rails 5.6-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,964 kB
  • ctags: 111
  • sloc: ruby: 289; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- ruby-codemirror-rails-4.2.orig/lib/codemirror/rails/engine.rb
+++ ruby-codemirror-rails-4.2/lib/codemirror/rails/engine.rb
@@ -1,6 +1,7 @@
 module Codemirror
   module Rails
     class Engine < ::Rails::Engine
+     config.root = '/usr/share/ruby-codemirror-rails'
     end
   end
 end