dd9d5e410c
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
5 lines
107 B
Ruby
5 lines
107 B
Ruby
class CsatSurveyResponsePolicy < ApplicationPolicy
|
|
def index?
|
|
@account_user.administrator?
|
|
end
|
|
end
|