mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
start implementing json_api adapter to understand how associations should work
This commit is contained in:
@@ -4,6 +4,7 @@ module ActiveModel
|
||||
extend ActiveSupport::Autoload
|
||||
autoload :SimpleAdapter
|
||||
autoload :NullAdapter
|
||||
autoload :JsonApiAdapter
|
||||
|
||||
attr_reader :serializer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user