mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
Move start of profiling to a Document#render_to_output_buffer patch
This commit is contained in:
@@ -42,7 +42,7 @@ module Liquid
|
||||
end
|
||||
|
||||
def render(context)
|
||||
@body.render(context)
|
||||
render_to_output_buffer(context, +'')
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user