Chatwoot/app/policies/csat_survey_response_policy.rb
Sojan Jose dd9d5e410c
feat: Add CSAT response APIs (#2503)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-06-29 20:59:41 +05:30

5 lines
107 B
Ruby

class CsatSurveyResponsePolicy < ApplicationPolicy
def index?
@account_user.administrator?
end
end