Description: move assets out of the $LOAD_PATH
 This patch is Debian-specific
Author: Antonio Terceiro <terceiro@debian.org>

Index: ruby-coffee-rails/lib/coffee/rails/engine.rb
===================================================================
--- ruby-coffee-rails.orig/lib/coffee/rails/engine.rb
+++ ruby-coffee-rails/lib/coffee/rails/engine.rb
@@ -3,6 +3,7 @@ require 'rails/engine'
 module Coffee
   module Rails
     class Engine < ::Rails::Engine
+      config.root = '/usr/share/ruby-coffee-rails'
       config.app_generators.javascript_engine :coffee
 
       if config.respond_to?(:annotations)
