mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
ActiveJob::Base no longer dependents on Serializers
This commit is contained in:
parent
9e599a281e
commit
a07354d9eb
2 changed files with 0 additions and 2 deletions
|
@ -60,7 +60,6 @@ module ActiveJob #:nodoc:
|
|||
# * SerializationError - Error class for serialization errors.
|
||||
class Base
|
||||
include Core
|
||||
include Serializers
|
||||
include QueueAdapter
|
||||
include QueueName
|
||||
include QueuePriority
|
||||
|
|
|
@ -7,7 +7,6 @@ module ActiveJob
|
|||
# and to add new ones. It also has helpers to serialize/deserialize objects.
|
||||
module Serializers # :nodoc:
|
||||
extend ActiveSupport::Autoload
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
autoload :ObjectSerializer
|
||||
autoload :SymbolSerializer
|
||||
|
|
Loading…
Reference in a new issue