Added missing quoting.

This commit is contained in:
Martin Edenhofer 2015-09-20 02:27:04 +02:00
parent 89acbb933b
commit 77ca0542f9

View file

@ -1581,7 +1581,7 @@ Overview.create_if_not_exists(
}, },
'ticket.owner_id' => { 'ticket.owner_id' => {
operator: 'is', operator: 'is',
value: current_user.id, value: 'current_user.id',
}, },
}, },
order: { order: {