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