8 lines
134 B
Ruby
8 lines
134 B
Ruby
# frozen_string_literal: true
|
|
|
|
class SettingsIndexController < ApplicationController
|
|
skip_authorization_check
|
|
|
|
def index; end
|
|
end
|