Files
liquid/lib
Julia Boutin e753b9025d Ensure render tag checks for most common type first
Previously, render tag would check if a template
responded to `:to_partial` before checking if its
name was a string. As `is_a?(String)` instances are
more common that `to_partial`, this commit reorders
the conditional to follow the common path
2025-11-04 13:11:18 -07:00
..