File: engine-root.patch

package info (click to toggle)
ruby-rails-assets-punycode 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 132 kB
  • ctags: 33
  • sloc: ruby: 36; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Setting up rails root
 Debian specific
Author: Rejah Rehim <rejah.rehim@gmail.com>
Last-Update: 2015-01-03
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/lib/rails-assets-punycode.rb
+++ b/lib/rails-assets-punycode.rb
@@ -25,6 +25,7 @@
 
   if defined?(Rails)
     class Engine < ::Rails::Engine
+      config.root = '/usr/share/ruby-rails-assets-punycode'
       # Rails -> use app/assets directory.
     end
   end