1
0
mirror of synced 2026-08-02 21:27:02 +00:00
Files

12 lines
222 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
module DiscourseSubscriptions
class PricingtableController < ::ApplicationController
requires_plugin DiscourseSubscriptions::PLUGIN_NAME
def index
head 200
end
end
end