mirror of
https://github.com/lloeki/sprockets-umodule.git
synced 2025-12-06 10:34:41 +01:00
Rails support
This commit is contained in:
parent
e9a75766fd
commit
15239dbcec
5 changed files with 36 additions and 3 deletions
8
lib/umodule/rails.rb
Normal file
8
lib/umodule/rails.rb
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
require 'rails/engine'
|
||||
|
||||
module Umodule
|
||||
module Rails
|
||||
class Engine < ::Rails::Engine
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue