add cancan for authorization
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class ApiSettingsController < ApplicationController
|
||||
def index; end
|
||||
def index
|
||||
authorize!(:read, current_user.access_token)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user