about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorimncls <himasoto@gmail.com>2018-02-24 00:29:26 +0900
committerimncls <himasoto@gmail.com>2018-02-24 00:29:26 +0900
commit3afc6174f5b9a06ee16857b8a51d863b568185d3 (patch)
tree440de7874c767e21e60dc3cbaa3773e25b01e7ad /app
parentfa3641df7fe67b742d76bbb5774efc643e19b13a (diff)
Fix data export page error
Diffstat (limited to 'app')
-rw-r--r--app/controllers/settings/exports_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/settings/exports_controller.rb b/app/controllers/settings/exports_controller.rb
index 6369a3aeb..cf8745576 100644
--- a/app/controllers/settings/exports_controller.rb
+++ b/app/controllers/settings/exports_controller.rb
@@ -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