|
|
@ -1,6 +1,9 @@ |
|
|
|
# frozen_string_literal: true |
|
|
|
|
|
|
|
class Settings::ApplicationsController < Settings::BaseController |
|
|
|
layout 'admin' |
|
|
|
|
|
|
|
before_action :authenticate_user! |
|
|
|
before_action :set_application, only: [:show, :update, :destroy, :regenerate] |
|
|
|
before_action :prepare_scopes, only: [:create, :update] |
|
|
|
|
|
|
|