534acfbf96
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
5 lines
77 B
Ruby
5 lines
77 B
Ruby
class ConversationPolicy < ApplicationPolicy
|
|
def index?
|
|
true
|
|
end
|
|
end
|