0
0
Fork 0

Fixed small bugs and code style offences

This commit is contained in:
Eugen Rochko 2016-02-25 00:22:46 +01:00
parent 71fe24096c
commit 44c5958203
4 changed files with 9 additions and 9 deletions

View file

@ -68,7 +68,7 @@ class ProcessInteractionService < BaseService
end
def status(xml)
Status.find(unique_tag_to_local_id(activity_id, 'Status'))
Status.find(unique_tag_to_local_id(activity_id(xml), 'Status'))
end
def activity_id(xml)