Skip to content

Instantly share code, notes, and snippets.

@alvir
Last active August 29, 2015 13:58
Show Gist options
  • Save alvir/10234246 to your computer and use it in GitHub Desktop.
Save alvir/10234246 to your computer and use it in GitHub Desktop.
Instance variables in sub partials
<%= render 'subpartial' %>
<%= @subpartial_instance_variable %>
<% @subpartial_instance_variable = 'chaos' %>
Result of partial rendering
chaos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment