Skip to content

Commit b8794f0

Browse files
committed
update files to pass CI
1 parent bf69be3 commit b8794f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/controllers/my_plugin_module/examples_controller.rb renamed to app/controllers/app_events_docs_generator/examples_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
module ::MyPluginModule
3+
module ::AppEventsDocsGenerator
44
class ExamplesController < ::ApplicationController
55
requires_plugin PLUGIN_NAME
66

config/routes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# frozen_string_literal: true
22

3-
MyPluginModule::Engine.routes.draw do
3+
AppEventsDocsGenerator::Engine.routes.draw do
44
get "/examples" => "examples#index"
55
# define routes here
66
end
77

8-
Discourse::Application.routes.draw { mount ::MyPluginModule::Engine, at: "my-plugin" }
8+
Discourse::Application.routes.draw { mount ::AppEventsDocsGenerator::Engine, at: "app-events-docs-generator" }

0 commit comments

Comments
 (0)