Created
March 29, 2010 04:40
-
-
Save ChaosSteffen/347405 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# view | |
<%= render(:partial => “test_in_wrapper”, :collection => ["hello", "world"]) %> | |
# wrapper partial | |
some text before yield | |
<%= render(:partial => “test”, :locals => {:test => test_in_wrapper}) %> | |
some text after yield | |
# partial | |
<%= test %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment