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 fe6c004 commit 334e23dCopy full SHA for 334e23d
app/controllers/community_custom_fields/custom_fields_controller.rb
@@ -1,4 +1,8 @@
1
+# frozen_string_literal: true
2
+
3
class CommunityCustomFields::CustomFieldsController < ::ApplicationController
4
+ requires_plugin CommunityCustomFields::PLUGIN_NAME
5
6
before_action :ensure_logged_in
7
before_action :ensure_admin
8
plugin.rb
@@ -2,7 +2,7 @@
# name: community-custom-fields
# about: Adds custom fields for using Discourse as a support platform
-# url:
+# url: https://github.com/tryretool/community-custom-fields
# version: 0.1
# authors: Retool
0 commit comments