Migrated from getting-liquid-to-work-in-rails v8

candlerb
2010-08-12 13:45:49 -07:00
parent 321940fbf4
commit 7e5fd93d90
+1 -1
@@ -35,7 +35,7 @@ Insert
</pre>
in your liquid layout where you would put @<%= yield %>@ in an erb layout.
Note: if you are collecting content with @<%= content_for :foo do %> ... <% end %>@ then there is currently no way to access this in a liquid layout.
Note: if you are collecting content with @<% content_for :foo do %> ... <% end %>@ then there is currently no way to access this in a liquid layout.
h2. Using Rails model data and methods in Liquid templates