Allow render tag to recognize drops that respond to to_partial

This commit is contained in:
Julia Boutin
2025-10-30 12:00:44 +01:00
committed by Guilherme Carreiro
parent 0cc6cdd553
commit db350c54ff
6 changed files with 34 additions and 30 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
<p>Hello world!</p>
<p>It is {{ date }}</p>
<p>It is {{date}}</p>
<p>Check out the <a href="/products">Products</a> screen</p>
<p>Check out the <a href="/products">Products</a> screen </p>