Fixed pod.
This commit is contained in:
parent
9fa835014d
commit
622419ac75
1 changed files with 3 additions and 5 deletions
|
@ -31,16 +31,14 @@ class Ticket < ApplicationModel
|
||||||
|
|
||||||
=begin
|
=begin
|
||||||
|
|
||||||
merge tickets
|
list of agents in group of ticket
|
||||||
|
|
||||||
ticket = Ticket.find(123)
|
ticket = Ticket.find(123)
|
||||||
result = ticket.merge_to(
|
result = ticket.agent_of_group
|
||||||
:ticket_id => 123,
|
|
||||||
)
|
|
||||||
|
|
||||||
returns
|
returns
|
||||||
|
|
||||||
result = true|false
|
result = [user1, user2, ...]
|
||||||
|
|
||||||
=end
|
=end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue