diff options
Diffstat (limited to 'app/controllers/clusters/base_controller.rb')
-rw-r--r-- | app/controllers/clusters/base_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/clusters/base_controller.rb b/app/controllers/clusters/base_controller.rb index ef42f7c4074..5a86ca39daa 100644 --- a/app/controllers/clusters/base_controller.rb +++ b/app/controllers/clusters/base_controller.rb @@ -12,7 +12,7 @@ class Clusters::BaseController < ApplicationController def cluster @cluster ||= clusterable.clusters.find(params[:id]) - .present(current_user: current_user) + .present(current_user: current_user) end def authorize_update_cluster! |