File: engine-root.patch

package info (click to toggle)
ruby-mousetrap-rails 1.4.6-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 376 kB
  • sloc: javascript: 513; ruby: 170; sh: 42; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: set rails engine root
 debian specific
Author: Pirate Praveen <praveen@debian.org>
Last-Updated: 2015-07-06

Index: ruby-mousetrap-rails-1.4.6/lib/mousetrap-rails/engine.rb
===================================================================
--- ruby-mousetrap-rails-1.4.6.orig/lib/mousetrap-rails/engine.rb
+++ ruby-mousetrap-rails-1.4.6/lib/mousetrap-rails/engine.rb
@@ -1,6 +1,7 @@
 module Mousetrap
   module Rails
     class Engine < ::Rails::Engine
+        config.root='/usr/share/ruby-mousetrap-rails'
     end
   end
 end