- image_comments GET /image_comments(.:format) {:action=>"index", :controller=>"image_comments"}
- POST /image_comments(.:format) {:action=>"create", :controller=>"image_comments"}
- new_image_comment GET /image_comments/new(.:format) {:action=>"new", :controller=>"image_comments"}
- edit_image_comment GET /image_comments/:id/edit(.:format) {:action=>"edit", :controller=>"image_comments"}
- image_comment GET /image_comments/:id(.:format) {:action=>"show", :controller=>"image_comments"}
- PUT /image_comments/:id(.:format) {:action=>"update", :controller=>"image_comments"}
- DELETE /image_comments/:id(.:format) {:action=>"destroy", :controller=>"image_comments"}
- gallery_images GET /gallery_images(.:format) {:action=>"index", :controller=>"gallery_images"}
- POST /gallery_images(.:format) {:action=>"create", :controller=>"gallery_images"}
- new_gallery_image GET /gallery_images/new(.:format) {:action=>"new", :controller=>"gallery_images"}
- edit_gallery_image GET /gallery_images/:id/edit(.:format) {:action=>"edit", :controller=>"gallery_images"}
- gallery_image GET /gallery_images/:id(.:format) {:action=>"show", :controller=>"gallery_images"}
- PUT /gallery_images/:id(.:format) {:action=>"update", :controller=>"gallery_images"}
- DELETE /gallery_images/:id(.:format) {:action=>"destroy", :controller=>"gallery_images"}
- galleries GET /galleries(.:format) {:action=>"index", :controller=>"galleries"}
- POST /galleries(.:format) {:action=>"create", :controller=>"galleries"}
- new_gallery GET /galleries/new(.:format) {:action=>"new", :controller=>"galleries"}
- edit_gallery GET /galleries/:id/edit(.:format) {:action=>"edit", :controller=>"galleries"}
- gallery GET /galleries/:id(.:format) {:action=>"show", :controller=>"galleries"}
- PUT /galleries/:id(.:format) {:action=>"update", :controller=>"galleries"}
- DELETE /galleries/:id(.:format) {:action=>"destroy", :controller=>"galleries"}
- buffets GET /buffets(.:format) {:action=>"index", :controller=>"buffets"}
- POST /buffets(.:format) {:action=>"create", :controller=>"buffets"}
- new_buffet GET /buffets/new(.:format) {:action=>"new", :controller=>"buffets"}
- edit_buffet GET /buffets/:id/edit(.:format) {:action=>"edit", :controller=>"buffets"}
- buffet GET /buffets/:id(.:format) {:action=>"show", :controller=>"buffets"}
- PUT /buffets/:id(.:format) {:action=>"update", :controller=>"buffets"}
- DELETE /buffets/:id(.:format) {:action=>"destroy", :controller=>"buffets"}
- kitties GET /kitties(.:format) {:action=>"index", :controller=>"kitties"}
- POST /kitties(.:format) {:action=>"create", :controller=>"kitties"}
- new_kitty GET /kitties/new(.:format) {:action=>"new", :controller=>"kitties"}
- edit_kitty GET /kitties/:id/edit(.:format) {:action=>"edit", :controller=>"kitties"}
- kitty GET /kitties/:id(.:format) {:action=>"show", :controller=>"kitties"}
- PUT /kitties/:id(.:format) {:action=>"update", :controller=>"kitties"}
- DELETE /kitties/:id(.:format) {:action=>"destroy", :controller=>"kitties"}
- messages GET /messages(.:format) {:action=>"index", :controller=>"messages"}
- POST /messages(.:format) {:action=>"create", :controller=>"messages"}
- new_message GET /messages/new(.:format) {:action=>"new", :controller=>"messages"}
- edit_message GET /messages/:id/edit(.:format) {:action=>"edit", :controller=>"messages"}
- message GET /messages/:id(.:format) {:action=>"show", :controller=>"messages"}
- PUT /messages/:id(.:format) {:action=>"update", :controller=>"messages"}
- DELETE /messages/:id(.:format) {:action=>"destroy", :controller=>"messages"}
- communications GET /communications(.:format) {:action=>"index", :controller=>"communications"}
- POST /communications(.:format) {:action=>"create", :controller=>"communications"}
- new_communication GET /communications/new(.:format) {:action=>"new", :controller=>"communications"}
- edit_communication GET /communications/:id/edit(.:format) {:action=>"edit", :controller=>"communications"}
- communication GET /communications/:id(.:format) {:action=>"show", :controller=>"communications"}
- PUT /communications/:id(.:format) {:action=>"update", :controller=>"communications"}
- DELETE /communications/:id(.:format) {:action=>"destroy", :controller=>"communications"}
- users GET (/:locale)/users(.:format) {:locale=>/en|fr/, :action=>"index", :controller=>"users"}
- POST (/:locale)/users(.:format) {:locale=>/en|fr/, :action=>"create", :controller=>"users"}
- new_user GET (/:locale)/users/new(.:format) {:locale=>/en|fr/, :action=>"new", :controller=>"users"}
- edit_user GET (/:locale)/users/:id/edit(.:format) {:locale=>/en|fr/, :action=>"edit", :controller=>"users"}
- user GET (/:locale)/users/:id(.:format) {:locale=>/en|fr/, :action=>"show", :controller=>"users"}
- PUT (/:locale)/users/:id(.:format) {:locale=>/en|fr/, :action=>"update", :controller=>"users"}
- DELETE (/:locale)/users/:id(.:format) {:locale=>/en|fr/, :action=>"destroy", :controller=>"users"}
- respond_event_pool_simple_question PUT (/:locale)/events/:event_id/pool_simple_questions/:id/respond(.:format) {:locale=>/en|fr/, :action=>"respond", :controller=>"pool_simple_questions"}
- event_pool_simple_questions GET (/:locale)/events/:event_id/pool_simple_questions(.:format) {:locale=>/en|fr/, :action=>"index", :controller=>"pool_simple_questions"}
- POST (/:locale)/events/:event_id/pool_simple_questions(.:format) {:locale=>/en|fr/, :action=>"create", :controller=>"pool_simple_questions"}
- new_event_pool_simple_question GET (/:locale)/events/:event_id/pool_simple_questions/new(.:format) {:locale=>/en|fr/, :action=>"new", :controller=>"pool_simple_questions"}
- edit_event_pool_simple_question GET (/:locale)/events/:event_id/pool_simple_questions/:id/edit(.:format) {:locale=>/en|fr/, :action=>"edit", :controller=>"pool_simple_questions"}
- event_pool_simple_question GET (/:locale)/events/:event_id/pool_simple_questions/:id(.:format) {:locale=>/en|fr/, :action=>"show", :controller=>"pool_simple_questions"}
- PUT (/:locale)/events/:event_id/pool_simple_questions/:id(.:format) {:locale=>/en|fr/, :action=>"update", :controller=>"pool_simple_questions"}
- DELETE (/:locale)/events/:event_id/pool_simple_questions/:id(.:format) {:locale=>/en|fr/, :action=>"destroy", :controller=>"pool_simple_questions"}
- respond_event_pool_multiple_question PUT (/:locale)/events/:event_id/pool_multiple_questions/:id/respond(.:format) {:locale=>/en|fr/, :action=>"respond", :controller=>"pool_multiple_questions"}
- event_pool_multiple_questions GET (/:locale)/events/:event_id/pool_multiple_questions(.:format) {:locale=>/en|fr/, :action=>"index", :controller=>"pool_multiple_questions"}
- POST (/:locale)/events/:event_id/pool_multiple_questions(.:format) {:locale=>/en|fr/, :action=>"create", :controller=>"pool_multiple_questions"}
- new_event_pool_multiple_question GET (/:locale)/events/:event_id/pool_multiple_questions/new(.:format) {:locale=>/en|fr/, :action=>"new", :controller=>"pool_multiple_questions"}
- edit_event_pool_multiple_question GET (/:locale)/events/:event_id/pool_multiple_questions/:id/edit(.:format) {:locale=>/en|fr/, :action=>"edit", :controller=>"pool_multiple_questions"}
- event_pool_multiple_question GET (/:locale)/events/:event_id/pool_multiple_questions/:id(.:format) {:locale=>/en|fr/, :action=>"show", :controller=>"pool_multiple_questions"}
- PUT (/:locale)/events/:event_id/pool_multiple_questions/:id(.:format) {:locale=>/en|fr/, :action=>"update", :controller=>"pool_multiple_questions"}
- DELETE (/:locale)/events/:event_id/pool_multiple_questions/:id(.:format) {:locale=>/en|fr/, :action=>"destroy", :controller=>"pool_multiple_questions"}
- respond_event_pool_simple_date PUT (/:locale)/events/:event_id/pool_simple_dates/:id/respond(.:format) {:locale=>/en|fr/, :action=>"respond", :controller=>"pool_simple_dates"}
- event_pool_simple_dates GET (/:locale)/events/:event_id/pool_simple_dates(.:format) {:locale=>/en|fr/, :action=>"index", :controller=>"pool_simple_dates"}
- POST (/:locale)/events/:event_id/pool_simple_dates(.:format) {:locale=>/en|fr/, :action=>"create", :controller=>"pool_simple_dates"}
- new_event_pool_simple_date GET (/:locale)/events/:event_id/pool_simple_dates/new(.:format) {:locale=>/en|fr/, :action=>"new", :controller=>"pool_simple_dates"}
- edit_event_pool_simple_date GET (/:locale)/events/:event_id/pool_simple_dates/:id/edit(.:format) {:locale=>/en|fr/, :action=>"edit", :controller=>"pool_simple_dates"}
- event_pool_simple_date GET (/:locale)/events/:event_id/pool_simple_dates/:id(.:format) {:locale=>/en|fr/, :action=>"show", :controller=>"pool_simple_dates"}
- PUT (/:locale)/events/:event_id/pool_simple_dates/:id(.:format) {:locale=>/en|fr/, :action=>"update", :controller=>"pool_simple_dates"}
- DELETE (/:locale)/events/:event_id/pool_simple_dates/:id(.:format) {:locale=>/en|fr/, :action=>"destroy", :controller=>"pool_simple_dates"}
- respond_event_pool_multiple_date PUT (/:locale)/events/:event_id/pool_multiple_dates/:id/respond(.:format) {:locale=>/en|fr/, :action=>"respond", :controller=>"pool_multiple_dates"}
- event_pool_multiple_dates GET (/:locale)/events/:event_id/pool_multiple_dates(.:format) {:locale=>/en|fr/, :action=>"index", :controller=>"pool_multiple_dates"}
- POST (/:locale)/events/:event_id/pool_multiple_dates(.:format) {:locale=>/en|fr/, :action=>"create", :controller=>"pool_multiple_dates"}
- new_event_pool_multiple_date GET (/:locale)/events/:event_id/pool_multiple_dates/new(.:format) {:locale=>/en|fr/, :action=>"new", :controller=>"pool_multiple_dates"}
- edit_event_pool_multiple_date GET (/:locale)/events/:event_id/pool_multiple_dates/:id/edit(.:format) {:locale=>/en|fr/, :action=>"edit", :controller=>"pool_multiple_dates"}
- event_pool_multiple_date GET (/:locale)/events/:event_id/pool_multiple_dates/:id(.:format) {:locale=>/en|fr/, :action=>"show", :controller=>"pool_multiple_dates"}
- PUT (/:locale)/events/:event_id/pool_multiple_dates/:id(.:format) {:locale=>/en|fr/, :action=>"update", :controller=>"pool_multiple_dates"}
- DELETE (/:locale)/events/:event_id/pool_multiple_dates/:id(.:format) {:locale=>/en|fr/, :action=>"destroy", :controller=>"pool_multiple_dates"}
- change_donation_event_kitty PUT (/:locale)/events/:event_id/kitties/:id/change_donation(.:format) {:locale=>/en|fr/, :action=>"change_donation", :controller=>"kitties"}
- event_kitties GET (/:locale)/events/:event_id/kitties(.:format) {:locale=>/en|fr/, :action=>"index", :controller=>"kitties"}
- POST (/:locale)/events/:event_id/kitties(.:format) {:locale=>/en|fr/, :action=>"create", :controller=>"kitties"}
- new_event_kitty GET (/:locale)/events/:event_id/kitties/new(.:format) {:locale=>/en|fr/, :action=>"new", :controller=>"kitties"}
- edit_event_kitty GET (/:locale)/events/:event_id/kitties/:id/edit(.:format) {:locale=>/en|fr/, :action=>"edit", :controller=>"kitties"}
- event_kitty GET (/:locale)/events/:event_id/kitties/:id(.:format) {:locale=>/en|fr/, :action=>"show", :controller=>"kitties"}
- PUT (/:locale)/events/:event_id/kitties/:id(.:format) {:locale=>/en|fr/, :action=>"update", :controller=>"kitties"}
- DELETE (/:locale)/events/:event_id/kitties/:id(.:format) {:locale=>/en|fr/, :action=>"destroy", :controller=>"kitties"}
- event_buffets GET (/:locale)/events/:event_id/buffets(.:format) {:locale=>/en|fr/, :action=>"index", :controller=>"buffets"}
- POST (/:locale)/events/:event_id/buffets(.:format) {:locale=>/en|fr/, :action=>"create", :controller=>"buffets"}
- new_event_buffet GET (/:locale)/events/:event_id/buffets/new(.:format) {:locale=>/en|fr/, :action=>"new", :controller=>"buffets"}
- edit_event_buffet GET (/:locale)/events/:event_id/buffets/:id/edit(.:format) {:locale=>/en|fr/, :action=>"edit", :controller=>"buffets"}
- event_buffet GET (/:locale)/events/:event_id/buffets/:id(.:format) {:locale=>/en|fr/, :action=>"show", :controller=>"buffets"}
- PUT (/:locale)/events/:event_id/buffets/:id(.:format) {:locale=>/en|fr/, :action=>"update", :controller=>"buffets"}
- DELETE (/:locale)/events/:event_id/buffets/:id(.:format) {:locale=>/en|fr/, :action=>"destroy", :controller=>"buffets"}
- event_gallery_gallery_image_image_comments GET (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images/:gallery_image_id/image_comments(.:format) {:locale=>/en|fr/, :action=>"index", :controller=>"image_comments"}
- POST (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images/:gallery_image_id/image_comments(.:format) {:locale=>/en|fr/, :action=>"create", :controller=>"image_comments"}
- new_event_gallery_gallery_image_image_comment GET (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images/:gallery_image_id/image_comments/new(.:format) {:locale=>/en|fr/, :action=>"new", :controller=>"image_comments"}
- edit_event_gallery_gallery_image_image_comment GET (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images/:gallery_image_id/image_comments/:id/edit(.:format) {:locale=>/en|fr/, :action=>"edit", :controller=>"image_comments"}
- event_gallery_gallery_image_image_comment GET (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images/:gallery_image_id/image_comments/:id(.:format) {:locale=>/en|fr/, :action=>"show", :controller=>"image_comments"}
- PUT (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images/:gallery_image_id/image_comments/:id(.:format) {:locale=>/en|fr/, :action=>"update", :controller=>"image_comments"}
- DELETE (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images/:gallery_image_id/image_comments/:id(.:format) {:locale=>/en|fr/, :action=>"destroy", :controller=>"image_comments"}
- event_gallery_gallery_images GET (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images(.:format) {:locale=>/en|fr/, :action=>"index", :controller=>"gallery_images"}
- POST (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images(.:format) {:locale=>/en|fr/, :action=>"create", :controller=>"gallery_images"}
- new_event_gallery_gallery_image GET (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images/new(.:format) {:locale=>/en|fr/, :action=>"new", :controller=>"gallery_images"}
- edit_event_gallery_gallery_image GET (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images/:id/edit(.:format) {:locale=>/en|fr/, :action=>"edit", :controller=>"gallery_images"}
- event_gallery_gallery_image GET (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images/:id(.:format) {:locale=>/en|fr/, :action=>"show", :controller=>"gallery_images"}
- PUT (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images/:id(.:format) {:locale=>/en|fr/, :action=>"update", :controller=>"gallery_images"}
- DELETE (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images/:id(.:format) {:locale=>/en|fr/, :action=>"destroy", :controller=>"gallery_images"}
- new_image_event_gallery POST (/:locale)/events/:event_id/galleries/:id/new_image(.:format) {:locale=>/en|fr/, :action=>"new_image", :controller=>"galleries"}
- event_galleries GET (/:locale)/events/:event_id/galleries(.:format) {:locale=>/en|fr/, :action=>"index", :controller=>"galleries"}
- POST (/:locale)/events/:event_id/galleries(.:format) {:locale=>/en|fr/, :action=>"create", :controller=>"galleries"}
- new_event_gallery GET (/:locale)/events/:event_id/galleries/new(.:format) {:locale=>/en|fr/, :action=>"new", :controller=>"galleries"}
- edit_event_gallery GET (/:locale)/events/:event_id/galleries/:id/edit(.:format) {:locale=>/en|fr/, :action=>"edit", :controller=>"galleries"}
- event_gallery GET (/:locale)/events/:event_id/galleries/:id(.:format) {:locale=>/en|fr/, :action=>"show", :controller=>"galleries"}
- PUT (/:locale)/events/:event_id/galleries/:id(.:format) {:locale=>/en|fr/, :action=>"update", :controller=>"galleries"}
- DELETE (/:locale)/events/:event_id/galleries/:id(.:format) {:locale=>/en|fr/, :action=>"destroy", :controller=>"galleries"}
- update_invited_event PUT (/:locale)/events/:id/update_invited(.:format) {:locale=>/en|fr/, :action=>"update_invited", :controller=>"events"}
- pools_event GET (/:locale)/events/:id/pools(.:format) {:locale=>/en|fr/, :action=>"pools", :controller=>"events"}
- events GET (/:locale)/events(.:format) {:locale=>/en|fr/, :action=>"index", :controller=>"events"}
- POST (/:locale)/events(.:format) {:locale=>/en|fr/, :action=>"create", :controller=>"events"}
- new_event GET (/:locale)/events/new(.:format) {:locale=>/en|fr/, :action=>"new", :controller=>"events"}
- edit_event GET (/:locale)/events/:id/edit(.:format) {:locale=>/en|fr/, :action=>"edit", :controller=>"events"}
- event GET (/:locale)/events/:id(.:format) {:locale=>/en|fr/, :action=>"show", :controller=>"events"}
- PUT (/:locale)/events/:id(.:format) {:locale=>/en|fr/, :action=>"update", :controller=>"events"}
- DELETE (/:locale)/events/:id(.:format) {:locale=>/en|fr/, :action=>"destroy", :controller=>"events"}
- sessions POST (/:locale)/sessions(.:format) {:locale=>/en|fr/, :action=>"create", :controller=>"sessions"}
- new_session GET (/:locale)/sessions/new(.:format) {:locale=>/en|fr/, :action=>"new", :controller=>"sessions"}
- session DELETE (/:locale)/sessions/:id(.:format) {:locale=>/en|fr/, :action=>"destroy", :controller=>"sessions"}
- accept_event_invitation PUT (/:locale)/event_invitations/:id/accept(.:format) {:locale=>/en|fr/, :action=>"accept", :controller=>"event_invitations"}
- refuse_event_invitation PUT (/:locale)/event_invitations/:id/refuse(.:format) {:locale=>/en|fr/, :action=>"refuse", :controller=>"event_invitations"}
- event_invitation GET (/:locale)/event_invitations/:id(.:format) {:locale=>/en|fr/, :action=>"show", :controller=>"event_invitations"}
- friends GET (/:locale)/friends(.:format) {:locale=>/en|fr/, :action=>"index", :controller=>"friends"}
- POST (/:locale)/friends(.:format) {:locale=>/en|fr/, :action=>"create", :controller=>"friends"}
- new_friend GET (/:locale)/friends/new(.:format) {:locale=>/en|fr/, :action=>"new", :controller=>"friends"}
- edit_friend GET (/:locale)/friends/:id/edit(.:format) {:locale=>/en|fr/, :action=>"edit", :controller=>"friends"}
- friend GET (/:locale)/friends/:id(.:format) {:locale=>/en|fr/, :action=>"show", :controller=>"friends"}
- PUT (/:locale)/friends/:id(.:format) {:locale=>/en|fr/, :action=>"update", :controller=>"friends"}
- DELETE (/:locale)/friends/:id(.:format) {:locale=>/en|fr/, :action=>"destroy", :controller=>"friends"}
- GET (/:locale)/communications(.:format) {:locale=>/en|fr/, :action=>"index", :controller=>"communications"}
- POST (/:locale)/communications(.:format) {:locale=>/en|fr/, :action=>"create", :controller=>"communications"}
- GET (/:locale)/communications/new(.:format) {:locale=>/en|fr/, :action=>"new", :controller=>"communications"}
- GET (/:locale)/communications/:id/edit(.:format) {:locale=>/en|fr/, :action=>"edit", :controller=>"communications"}
- GET (/:locale)/communications/:id(.:format) {:locale=>/en|fr/, :action=>"show", :controller=>"communications"}
- PUT (/:locale)/communications/:id(.:format) {:locale=>/en|fr/, :action=>"update", :controller=>"communications"}
- DELETE (/:locale)/communications/:id(.:format) {:locale=>/en|fr/, :action=>"destroy", :controller=>"communications"}
- GET (/:locale)/messages(.:format) {:locale=>/en|fr/, :action=>"index", :controller=>"messages"}
- POST (/:locale)/messages(.:format) {:locale=>/en|fr/, :action=>"create", :controller=>"messages"}
- GET (/:locale)/messages/new(.:format) {:locale=>/en|fr/, :action=>"new", :controller=>"messages"}
- GET (/:locale)/messages/:id/edit(.:format) {:locale=>/en|fr/, :action=>"edit", :controller=>"messages"}
- GET (/:locale)/messages/:id(.:format) {:locale=>/en|fr/, :action=>"show", :controller=>"messages"}
- PUT (/:locale)/messages/:id(.:format) {:locale=>/en|fr/, :action=>"update", :controller=>"messages"}
- DELETE (/:locale)/messages/:id(.:format) {:locale=>/en|fr/, :action=>"destroy", :controller=>"messages"}
- welcome /welcome(.:format) {:controller=>"pages", :action=>"welcome"}
- signup /signup(.:format) {:controller=>"users", :action=>"new"}
- signin /signin(.:format) {:controller=>"sessions", :action=>"new"}
- signout /signout(.:format) {:controller=>"sessions", :action=>"destroy"}
- dashboard /dashboard(.:format) {:controller=>"pages", :action=>"dashboard"}
- /messages(.:format) {:controller=>"messages", :action=>"index"}
- news /news(.:format) {:controller=>"communications", :action=>"index"}
- faq /faq(.:format) {:controller=>"pages", :action=>"faq"}
- help /help(.:format) {:controller=>"pages", :action=>"help"}
- /:locale(.:format) {:controller=>"pages", :action=>"home"}
- root /(.:format) {:controller=>"pages", :action=>"home"}