Fixed pod.

This commit is contained in:
Martin Edenhofer 2013-08-17 23:13:34 +02:00
parent 9fa835014d
commit 622419ac75

View file

@ -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