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

Remove needless require

This commit is contained in:
David Heinemeier Hansson 2016-07-29 13:57:37 -07:00
parent 8b5c04e423
commit 5ce59f456f

View file

@ -1,5 +1,3 @@
require 'active_job/arguments'
module ActiveJob
# Provides behavior for retrying and discarding jobs on exceptions.
module Exceptions