We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf69be3 commit b8794f0Copy full SHA for b8794f0
…/my_plugin_module/examples_controller.rb …ts_docs_generator/examples_controller.rbapp/controllers/my_plugin_module/examples_controller.rb renamed to app/controllers/app_events_docs_generator/examples_controller.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
-module ::MyPluginModule
+module ::AppEventsDocsGenerator
4
class ExamplesController < ::ApplicationController
5
requires_plugin PLUGIN_NAME
6
config/routes.rb
@@ -1,8 +1,8 @@
-MyPluginModule::Engine.routes.draw do
+AppEventsDocsGenerator::Engine.routes.draw do
get "/examples" => "examples#index"
# define routes here
end
7
8
-Discourse::Application.routes.draw { mount ::MyPluginModule::Engine, at: "my-plugin" }
+Discourse::Application.routes.draw { mount ::AppEventsDocsGenerator::Engine, at: "app-events-docs-generator" }
0 commit comments