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 334e23d commit dfcfdf0Copy full SHA for dfcfdf0
config/routes.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
3
CommunityCustomFields::Engine.routes.draw do
4
- put '/:topic_id' => 'custom_fields#update'
+ put '/:topic_id' => 'custom_fields#update', as: 'custom_field'
5
end
6
7
Discourse::Application.routes.append do
0 commit comments