Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created March 16, 2012 17:47
Show Gist options
  • Save jlebrech/2051432 to your computer and use it in GitHub Desktop.
Save jlebrech/2051432 to your computer and use it in GitHub Desktop.
<% = form_for edit_multiple_game_flags_path(params[:game_id]) ...
edit_multiple_game_flags PUT /games/:game_id/flags/edit_multiple(.:format)
resources :flags do
post :add
get :remove
get :index
put :edit_multiple, :on => :collection
end
No route matches [PUT] "/games/gambino/flags"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment