#960: update AbfWorker::BaseObserver#subject method

This commit is contained in:
Vokhmin Alexey V 2013-03-01 15:50:25 +04:00
parent 01195c165c
commit eb7492dafd
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ module AbfWorker
protected
def subject
@subject ||= @subject_class.find options['id']
@subject ||= @subject_class.where(:id => options['id']).first
end
def update_results