chore: rename service
This commit is contained in:
@@ -115,7 +115,7 @@ class Conversation < ApplicationRecord
|
||||
delegate :auto_resolve_duration, to: :account
|
||||
|
||||
def can_reply?
|
||||
Conversations::ReplyService.new(self).can_reply?
|
||||
Conversations::CanReplyService.new(self).can_reply?
|
||||
end
|
||||
|
||||
def language
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
class Conversations::ReplyService
|
||||
class Conversations::CanReplyService
|
||||
def initialize(conversation)
|
||||
@conversation = conversation
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user