Skip to content

Instantly share code, notes, and snippets.

@takkkun
Created April 19, 2013 02:26
Show Gist options
  • Select an option

  • Save takkkun/5417671 to your computer and use it in GitHub Desktop.

Select an option

Save takkkun/5417671 to your computer and use it in GitHub Desktop.
resources :items do
member do
post 'favorite' => 'items#favorite'
delete 'favorite' => 'items#unfavorite'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment