#960: update AbfWorker::BaseObserver#subject method
This commit is contained in:
parent
01195c165c
commit
eb7492dafd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue