Package: ruby-rails-assets-punycode / 1.3.2-2.1

engine-root.patch Patch series | download
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