Files
liquid/lib/liquid
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
..
2024-01-12 12:17:20 -04:00
2019-09-18 13:19:45 +10:00
2025-10-30 12:00:44 +01:00
2025-10-30 12:00:44 +01:00
2025-10-30 12:00:44 +01:00
2019-12-17 21:45:08 -05:00
2025-10-30 12:28:52 +01:00