Skip to content

Instantly share code, notes, and snippets.

@kousuke-takeuchi
Created October 14, 2013 17:16
Show Gist options
  • Save kousuke-takeuchi/6978890 to your computer and use it in GitHub Desktop.
Save kousuke-takeuchi/6978890 to your computer and use it in GitHub Desktop.
<%= form_for(current_user.relationships.find_by_followed_id(@some_model),
html: { method: :delete }) do |f| %>
<%= f.submit "Unfollow", class: "btn btn-large" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment