Revert some refactoring in order to make codebase closer to upstream
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
class Settings::ExportsController < Settings::BaseController
|
||||
include Authorization
|
||||
|
||||
layout 'admin'
|
||||
|
||||
before_action :authenticate_user!
|
||||
|
||||
def show
|
||||
@export = Export.new(current_account)
|
||||
@backups = current_user.backups
|
||||
|
Reference in New Issue
Block a user