Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created May 12, 2011 11:01
Show Gist options
  • Save jlebrech/968322 to your computer and use it in GitHub Desktop.
Save jlebrech/968322 to your computer and use it in GitHub Desktop.
Haml
.friends
- @user.friendships.each do |friendship|
%p=friendship.friend.login
-link_to "remove", friendship, :method => :delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment