mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
removing unnecessary root parameter on fragment cache
This commit is contained in:
@@ -5,8 +5,7 @@ module ActiveModel
|
||||
|
||||
attr_reader :serializer
|
||||
|
||||
def initialize(adapter, serializer, options, root)
|
||||
@root = root
|
||||
def initialize(adapter, serializer, options)
|
||||
@options = options
|
||||
@adapter = adapter
|
||||
@serializer = serializer
|
||||
|
||||
Reference in New Issue
Block a user