This commit is contained in:
Gregory Eremin
2013-06-06 22:55:21 +04:00
parent 971ef5e530
commit 04a9f70b26
85 changed files with 115 additions and 137 deletions
+4
View File
@@ -0,0 +1,4 @@
require "burden_web/engine"
module BurdenWeb
end
+5
View File
@@ -0,0 +1,5 @@
module BurdenWeb
class Engine < ::Rails::Engine
isolate_namespace BurdenWeb
end
end
+3
View File
@@ -0,0 +1,3 @@
module BurdenWeb
VERSION = '0.1.0'
end