mirror of
https://github.com/docusealco/docuseal.git
synced 2026-08-07 07:14:43 +00:00
8 lines
129 B
Ruby
8 lines
129 B
Ruby
# frozen_string_literal: true
|
|
|
|
class SettingsController < ApplicationController
|
|
skip_authorization_check
|
|
|
|
def index; end
|
|
end
|