We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5932da6 commit c8fcb60Copy full SHA for c8fcb60
lib/active_model/serializer/adapter/json.rb
@@ -39,10 +39,11 @@ def serializable_hash(options = {})
39
40
{ root => @result }
41
end
42
- end
43
44
- def fragment_cache(cached_hash, non_cached_hash)
45
- Json::FragmentCache.new().fragment_cache(cached_hash, non_cached_hash)
+ def fragment_cache(cached_hash, non_cached_hash)
+ Json::FragmentCache.new().fragment_cache(cached_hash, non_cached_hash)
+ end
46
+
47
48
49
0 commit comments