add cancan for authorization
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class ProfileController < ApplicationController
|
||||
before_action do
|
||||
authorize!(:manage, current_user)
|
||||
end
|
||||
|
||||
def index; end
|
||||
|
||||
def update_contact
|
||||
|
||||
Reference in New Issue
Block a user