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