Retrospring/app/controllers/settings/data_controller.rb

8 lines
144 B
Ruby
Raw Normal View History

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