Class | ActiveRecord::Base |
In: |
lib/delayed/backend/active_record.rb
|
Parent: | Object |
# File lib/delayed/backend/active_record.rb, line 4 4: def self.load_for_delayed_job(id) 5: if id 6: find(id) 7: else 8: super 9: end 10: end