1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #27508 from zzz6519003/patch-1

remove useless import
This commit is contained in:
Rafael França 2017-01-01 22:58:50 -05:00 committed by GitHub
commit b92c0fa863

View file

@ -1,4 +1,2 @@
require_relative "../support/job_buffer"
class ApplicationJob < ActiveJob::Base
end