Fix data export page error

This commit is contained in:
imncls 2018-02-24 00:29:26 +09:00
parent fa3641df7f
commit 3afc6174f5
No known key found for this signature in database
GPG Key ID: 18FE1E1E7098294A
1 changed files with 2 additions and 0 deletions

View File

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