feat: Add CSAT response APIs (#2503)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
5
app/policies/csat_survey_response_policy.rb
Normal file
5
app/policies/csat_survey_response_policy.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class CsatSurveyResponsePolicy < ApplicationPolicy
|
||||
def index?
|
||||
@account_user.administrator?
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user