feat(captain): allow agents to review FAQ suggestions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Api::V1::Accounts::Captain::FaqSuggestionsController < Api::V1::Accounts::BaseController
|
||||
before_action :current_account
|
||||
before_action -> { check_authorization(Captain::Assistant) }
|
||||
before_action -> { check_authorization(Captain::FaqSuggestion) }
|
||||
before_action :set_suggestions
|
||||
before_action :set_suggestion, except: [:index]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user