mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Remove 'Adapter' suffix from adapters since they are in Adapter:: namespace
This commit is contained in:
@@ -2,9 +2,9 @@ module ActiveModel
|
||||
class Serializer
|
||||
class Adapter
|
||||
extend ActiveSupport::Autoload
|
||||
autoload :JsonAdapter
|
||||
autoload :NullAdapter
|
||||
autoload :JsonApiAdapter
|
||||
autoload :Json
|
||||
autoload :Null
|
||||
autoload :JsonApi
|
||||
|
||||
attr_reader :serializer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user