|
|
@ -1,6 +1,8 @@ |
|
|
|
# frozen_string_literal: true |
|
|
|
# frozen_string_literal: true |
|
|
|
|
|
|
|
|
|
|
|
class Settings::ExportsController < Settings::BaseController |
|
|
|
class Settings::ExportsController < Settings::BaseController |
|
|
|
|
|
|
|
include Authorization |
|
|
|
|
|
|
|
|
|
|
|
def show |
|
|
|
def show |
|
|
|
@export = Export.new(current_account) |
|
|
|
@export = Export.new(current_account) |
|
|
|
@backups = current_user.backups |
|
|
|
@backups = current_user.backups |
|
|
|