Chatwoot/app/policies/conversation_policy.rb
Sojan Jose 534acfbf96
chore: Ensure privilege validations for API endpoints (#2224)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-06-11 11:44:31 +05:30

5 lines
77 B
Ruby

class ConversationPolicy < ApplicationPolicy
def index?
true
end
end