about summary refs log tree commit diff
path: root/app/controllers/admin/relationships_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/admin/relationships_controller.rb')
-rw-r--r--app/controllers/admin/relationships_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/relationships_controller.rb b/app/controllers/admin/relationships_controller.rb
index 085ded21c..67645f054 100644
--- a/app/controllers/admin/relationships_controller.rb
+++ b/app/controllers/admin/relationships_controller.rb
@@ -7,7 +7,7 @@ module Admin
     PER_PAGE = 40
 
     def index
-      authorize :account, :index?
+      authorize @account, :show?
 
       @accounts = RelationshipFilter.new(@account, filter_params).results.includes(:account_stat, user: [:ips, :invite_request]).page(params[:page]).per(PER_PAGE)
       @form     = Form::AccountBatch.new