rails new plugin, see readme for command
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module Merged
|
||||
class Engine < ::Rails::Engine
|
||||
isolate_namespace Merged
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,3 @@
|
||||
module Merged
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
Reference in New Issue
Block a user