10 lines
171 B
Ruby
10 lines
171 B
Ruby
# frozen_string_literal: true
|
|
|
|
module StripeDiscourseSubscriptions
|
|
class PricingtableController < ::ApplicationController
|
|
def index
|
|
head 200
|
|
end
|
|
end
|
|
end
|