Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created May 20, 2011 10:39
Show Gist options
  • Save jlebrech/982699 to your computer and use it in GitHub Desktop.
Save jlebrech/982699 to your computer and use it in GitHub Desktop.
routes rest?
Unknown action
The action 'show' could not be found for FriendshipsController
=link_to "accept", friendship, :method => :put
<a href="/friendships/6" data-method="put" rel="nofollow">accept</a>
resources :friendships do
collection do
get :create
delete :destroy
put :update
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment