Partials in Liquid
- by kostia
Hello,
We're trying to rewrite our current views from ERb to Liquid and we got following problem:
we have a lot of render(:partial => '/path/to/partial') in our code, but we found absolutely no instructions how to render partials in Liquid. The only one solution we found was with help of render_to_string but it's just to ugly to be true.
Thanx!