Revert some refactoring in order to make codebase closer to upstream
This commit is contained in:
parent
444796b69b
commit
8a89a2b0f4
12 changed files with 42 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class Settings::BaseController < ApplicationController
|
||||
layout 'admin'
|
||||
|
||||
before_action :authenticate_user!
|
||||
before_action :set_pack
|
||||
before_action :set_body_classes
|
||||
|
||||
private
|
||||
|
||||
def set_pack
|
||||
use_pack 'settings'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue