simplified folder structure

This commit is contained in:
David Tai
2015-07-17 16:55:48 -07:00
parent 4039fb9be7
commit d3006c5206
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module Crowdstart
module Rails
class Engine < ::Rails::Engine
end
end
end
+5
View File
@@ -0,0 +1,5 @@
module Crowdstart
module Rails
VERSION = "0.1.0"
end
end