dawarich/app/controllers/settings/subscriptions_controller.rb
2025-02-26 21:06:43 +01:00

7 lines
153 B
Ruby

# frozen_string_literal: true
class Settings::SubscriptionsController < ApplicationController
before_action :authenticate_user!
def index; end
end