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

0
test/integration/.keep Normal file
View File

View File

@ -0,0 +1,7 @@
require "test_helper"
class NavigationTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end