lib/sqewer/extensions/active_job_adapter.rb in sqewer-6.0.1 vs lib/sqewer/extensions/active_job_adapter.rb in sqewer-6.0.2

- old
+ new

@@ -40,10 +40,10 @@ def inspect '<%s>' % [@job.inspect] end def class_name - @job["job_class"] + @job[:job_class] end # Runs the contained ActiveJob. def run job = ActiveSupport::HashWithIndifferentAccess.new(@job)