rails new plugin, see readme for command

This commit is contained in:
2022-11-28 19:22:50 +02:00
commit f97ce5ae7b
71 changed files with 920 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
require "merged/version"
require "merged/engine"
module Merged
# Your code goes here...
end
+5
View File
@@ -0,0 +1,5 @@
module Merged
class Engine < ::Rails::Engine
isolate_namespace Merged
end
end
+3
View File
@@ -0,0 +1,3 @@
module Merged
VERSION = "0.1.0"
end
+4
View File
@@ -0,0 +1,4 @@
# desc "Explaining what the task does"
# task :merged do
# # Task goes here
# end