Require time extensions in the job that depends on time

This commit is contained in:
Rafael Mendonça França 2019-08-02 00:52:02 -04:00
parent 4b4bed83e2
commit dd16e208a6
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# frozen_string_literal: true
require_relative "../support/job_buffer"
require "active_support/time"
class TimezoneDependentJob < ActiveJob::Base
def perform(now)