Move start of profiling to a Document#render_to_output_buffer patch

This commit is contained in:
Dylan Thacker-Smith
2020-12-09 10:04:34 -05:00
parent b3f132efd1
commit 896288eff1
3 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ module Liquid
end
def render(context)
@body.render(context)
render_to_output_buffer(context, +'')
end
private