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

remove useless import

This commit is contained in:
Snowmanzzz(Zhengzhong Zhao) 2016-12-30 19:40:26 +08:00 committed by GitHub
parent 18325d7333
commit 7eef8d35d7

View file

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