improved doc.
This commit is contained in:
parent
ca6f43baca
commit
6bf8ff28e8
1 changed files with 17 additions and 17 deletions
|
@ -37,22 +37,22 @@ returns
|
|||
|
||||
result = [
|
||||
{
|
||||
:type => 'created',
|
||||
:object => 'Ticket',
|
||||
:created_by_id => 3,
|
||||
:created_at => "2013-08-19 20:41:33",
|
||||
type: 'created',
|
||||
object: 'Ticket',
|
||||
created_by_id: 3,
|
||||
created_at: "2013-08-19 20:41:33",
|
||||
},
|
||||
{
|
||||
:type => 'updated',
|
||||
:object => 'Ticket',
|
||||
:attribute => 'priority',
|
||||
:o_id => 1,
|
||||
:id_to => 3,
|
||||
:id_from => 2,
|
||||
:value_from => "low",
|
||||
:value_to => "high",
|
||||
:created_by_id => 3,
|
||||
:created_at => "2013-08-19 20:41:33",
|
||||
type: 'updated',
|
||||
object: 'Ticket',
|
||||
attribute: 'priority',
|
||||
o_id: 1,
|
||||
id_to: 3,
|
||||
id_from: 2,
|
||||
value_from: "low",
|
||||
value_to: "high",
|
||||
created_by_id: 3,
|
||||
created_at: "2013-08-19 20:41:33",
|
||||
},
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue