Skip to content

Instantly share code, notes, and snippets.

@balinterdi
Created February 10, 2012 20:26
Show Gist options
  • Save balinterdi/1792533 to your computer and use it in GitHub Desktop.
Save balinterdi/1792533 to your computer and use it in GitHub Desktop.
render partial: 'avatar', locals: { mood: 'depressed' } # works fine
render 'avatar', locals: { mood: 'depressed' } # undefined local variable or method 'mood' (in the partial)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment