simplified folder structure
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module Crowdstart
|
||||
module Rails
|
||||
class Engine < ::Rails::Engine
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
module Crowdstart
|
||||
module Rails
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user