dawarich/app/controllers/settings/subscriptions_controller.rb

8 lines
153 B
Ruby
Raw Normal View History

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