mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-19 00:22:49 +08:00
11 lines
222 B
Ruby
Vendored
11 lines
222 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
module DiscourseSubscriptions
|
|
class PricingtableController < ::ApplicationController
|
|
requires_plugin DiscourseSubscriptions::PLUGIN_NAME
|
|
|
|
def index
|
|
head 200
|
|
end
|
|
end
|
|
end
|