mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-24 14:56:50 +00:00
removed autoload statements
This commit is contained in:
parent
a9e3143c19
commit
6bdb4a13e2
@ -6,11 +6,9 @@ module ActiveModel
|
|||||||
class Serializer
|
class Serializer
|
||||||
extend ActiveSupport::Autoload
|
extend ActiveSupport::Autoload
|
||||||
|
|
||||||
autoload :Configuration
|
|
||||||
autoload :ArraySerializer
|
autoload :ArraySerializer
|
||||||
autoload :Adapter
|
autoload :Adapter
|
||||||
autoload :Lint
|
autoload :Lint
|
||||||
autoload :Associations
|
|
||||||
autoload :Fieldset
|
autoload :Fieldset
|
||||||
autoload :Utils
|
autoload :Utils
|
||||||
include Configuration
|
include Configuration
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user