Skip to content

Instantly share code, notes, and snippets.

@pieterjongsma
Created October 11, 2017 10:09
Show Gist options
  • Save pieterjongsma/40648884ab5f225c70a157ab5492c517 to your computer and use it in GitHub Desktop.
Save pieterjongsma/40648884ab5f225c70a157ab5492c517 to your computer and use it in GitHub Desktop.
- @events.each do |event|
%ul
- event.attending_friends_for_user(current_user).each do |friend|
%li= friend.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment