Closed jho406 closed 5 months ago
The layout patch needed to account for inline renders like render(plain: "hello") or send_data that don't have a virtual path.
render(plain: "hello")
send_data
Without this fix, applications using props_template were throwing:
undefined method 'virtual_path' for an instance of ActionView::Template::Text
The layout patch needed to account for inline renders like
render(plain: "hello")
orsend_data
that don't have a virtual path.Without this fix, applications using props_template were throwing: