Created
March 16, 2012 17:47
-
-
Save jlebrech/2051432 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% = form_for edit_multiple_game_flags_path(params[:game_id]) ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
edit_multiple_game_flags PUT /games/:game_id/flags/edit_multiple(.:format) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resources :flags do | |
post :add | |
get :remove | |
get :index | |
put :edit_multiple, :on => :collection | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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