Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 38.69 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.                                 image_comments GET    /image_comments(.:format)                                                                                            {:action=>"index", :controller=>"image_comments"}
  2.                                                POST   /image_comments(.:format)                                                                                            {:action=>"create", :controller=>"image_comments"}
  3.                              new_image_comment GET    /image_comments/new(.:format)                                                                                        {:action=>"new", :controller=>"image_comments"}
  4.                             edit_image_comment GET    /image_comments/:id/edit(.:format)                                                                                   {:action=>"edit", :controller=>"image_comments"}
  5.                                  image_comment GET    /image_comments/:id(.:format)                                                                                        {:action=>"show", :controller=>"image_comments"}
  6.                                                PUT    /image_comments/:id(.:format)                                                                                        {:action=>"update", :controller=>"image_comments"}
  7.                                                DELETE /image_comments/:id(.:format)                                                                                        {:action=>"destroy", :controller=>"image_comments"}
  8.                                 gallery_images GET    /gallery_images(.:format)                                                                                            {:action=>"index", :controller=>"gallery_images"}
  9.                                                POST   /gallery_images(.:format)                                                                                            {:action=>"create", :controller=>"gallery_images"}
  10.                              new_gallery_image GET    /gallery_images/new(.:format)                                                                                        {:action=>"new", :controller=>"gallery_images"}
  11.                             edit_gallery_image GET    /gallery_images/:id/edit(.:format)                                                                                   {:action=>"edit", :controller=>"gallery_images"}
  12.                                  gallery_image GET    /gallery_images/:id(.:format)                                                                                        {:action=>"show", :controller=>"gallery_images"}
  13.                                                PUT    /gallery_images/:id(.:format)                                                                                        {:action=>"update", :controller=>"gallery_images"}
  14.                                                DELETE /gallery_images/:id(.:format)                                                                                        {:action=>"destroy", :controller=>"gallery_images"}
  15.                                      galleries GET    /galleries(.:format)                                                                                                 {:action=>"index", :controller=>"galleries"}
  16.                                                POST   /galleries(.:format)                                                                                                 {:action=>"create", :controller=>"galleries"}
  17.                                    new_gallery GET    /galleries/new(.:format)                                                                                             {:action=>"new", :controller=>"galleries"}
  18.                                   edit_gallery GET    /galleries/:id/edit(.:format)                                                                                        {:action=>"edit", :controller=>"galleries"}
  19.                                        gallery GET    /galleries/:id(.:format)                                                                                             {:action=>"show", :controller=>"galleries"}
  20.                                                PUT    /galleries/:id(.:format)                                                                                             {:action=>"update", :controller=>"galleries"}
  21.                                                DELETE /galleries/:id(.:format)                                                                                             {:action=>"destroy", :controller=>"galleries"}
  22.                                        buffets GET    /buffets(.:format)                                                                                                   {:action=>"index", :controller=>"buffets"}
  23.                                                POST   /buffets(.:format)                                                                                                   {:action=>"create", :controller=>"buffets"}
  24.                                     new_buffet GET    /buffets/new(.:format)                                                                                               {:action=>"new", :controller=>"buffets"}
  25.                                    edit_buffet GET    /buffets/:id/edit(.:format)                                                                                          {:action=>"edit", :controller=>"buffets"}
  26.                                         buffet GET    /buffets/:id(.:format)                                                                                               {:action=>"show", :controller=>"buffets"}
  27.                                                PUT    /buffets/:id(.:format)                                                                                               {:action=>"update", :controller=>"buffets"}
  28.                                                DELETE /buffets/:id(.:format)                                                                                               {:action=>"destroy", :controller=>"buffets"}
  29.                                        kitties GET    /kitties(.:format)                                                                                                   {:action=>"index", :controller=>"kitties"}
  30.                                                POST   /kitties(.:format)                                                                                                   {:action=>"create", :controller=>"kitties"}
  31.                                      new_kitty GET    /kitties/new(.:format)                                                                                               {:action=>"new", :controller=>"kitties"}
  32.                                     edit_kitty GET    /kitties/:id/edit(.:format)                                                                                          {:action=>"edit", :controller=>"kitties"}
  33.                                          kitty GET    /kitties/:id(.:format)                                                                                               {:action=>"show", :controller=>"kitties"}
  34.                                                PUT    /kitties/:id(.:format)                                                                                               {:action=>"update", :controller=>"kitties"}
  35.                                                DELETE /kitties/:id(.:format)                                                                                               {:action=>"destroy", :controller=>"kitties"}
  36.                                       messages GET    /messages(.:format)                                                                                                  {:action=>"index", :controller=>"messages"}
  37.                                                POST   /messages(.:format)                                                                                                  {:action=>"create", :controller=>"messages"}
  38.                                    new_message GET    /messages/new(.:format)                                                                                              {:action=>"new", :controller=>"messages"}
  39.                                   edit_message GET    /messages/:id/edit(.:format)                                                                                         {:action=>"edit", :controller=>"messages"}
  40.                                        message GET    /messages/:id(.:format)                                                                                              {:action=>"show", :controller=>"messages"}
  41.                                                PUT    /messages/:id(.:format)                                                                                              {:action=>"update", :controller=>"messages"}
  42.                                                DELETE /messages/:id(.:format)                                                                                              {:action=>"destroy", :controller=>"messages"}
  43.                                 communications GET    /communications(.:format)                                                                                            {:action=>"index", :controller=>"communications"}
  44.                                                POST   /communications(.:format)                                                                                            {:action=>"create", :controller=>"communications"}
  45.                              new_communication GET    /communications/new(.:format)                                                                                        {:action=>"new", :controller=>"communications"}
  46.                             edit_communication GET    /communications/:id/edit(.:format)                                                                                   {:action=>"edit", :controller=>"communications"}
  47.                                  communication GET    /communications/:id(.:format)                                                                                        {:action=>"show", :controller=>"communications"}
  48.                                                PUT    /communications/:id(.:format)                                                                                        {:action=>"update", :controller=>"communications"}
  49.                                                DELETE /communications/:id(.:format)                                                                                        {:action=>"destroy", :controller=>"communications"}
  50.                                          users GET    (/:locale)/users(.:format)                                                                                           {:locale=>/en|fr/, :action=>"index", :controller=>"users"}
  51.                                                POST   (/:locale)/users(.:format)                                                                                           {:locale=>/en|fr/, :action=>"create", :controller=>"users"}
  52.                                       new_user GET    (/:locale)/users/new(.:format)                                                                                       {:locale=>/en|fr/, :action=>"new", :controller=>"users"}
  53.                                      edit_user GET    (/:locale)/users/:id/edit(.:format)                                                                                  {:locale=>/en|fr/, :action=>"edit", :controller=>"users"}
  54.                                           user GET    (/:locale)/users/:id(.:format)                                                                                       {:locale=>/en|fr/, :action=>"show", :controller=>"users"}
  55.                                                PUT    (/:locale)/users/:id(.:format)                                                                                       {:locale=>/en|fr/, :action=>"update", :controller=>"users"}
  56.                                                DELETE (/:locale)/users/:id(.:format)                                                                                       {:locale=>/en|fr/, :action=>"destroy", :controller=>"users"}
  57.             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"}
  58.                    event_pool_simple_questions GET    (/:locale)/events/:event_id/pool_simple_questions(.:format)                                                          {:locale=>/en|fr/, :action=>"index", :controller=>"pool_simple_questions"}
  59.                                                POST   (/:locale)/events/:event_id/pool_simple_questions(.:format)                                                          {:locale=>/en|fr/, :action=>"create", :controller=>"pool_simple_questions"}
  60.                 new_event_pool_simple_question GET    (/:locale)/events/:event_id/pool_simple_questions/new(.:format)                                                      {:locale=>/en|fr/, :action=>"new", :controller=>"pool_simple_questions"}
  61.                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"}
  62.                     event_pool_simple_question GET    (/:locale)/events/:event_id/pool_simple_questions/:id(.:format)                                                      {:locale=>/en|fr/, :action=>"show", :controller=>"pool_simple_questions"}
  63.                                                PUT    (/:locale)/events/:event_id/pool_simple_questions/:id(.:format)                                                      {:locale=>/en|fr/, :action=>"update", :controller=>"pool_simple_questions"}
  64.                                                DELETE (/:locale)/events/:event_id/pool_simple_questions/:id(.:format)                                                      {:locale=>/en|fr/, :action=>"destroy", :controller=>"pool_simple_questions"}
  65.           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"}
  66.                  event_pool_multiple_questions GET    (/:locale)/events/:event_id/pool_multiple_questions(.:format)                                                        {:locale=>/en|fr/, :action=>"index", :controller=>"pool_multiple_questions"}
  67.                                                POST   (/:locale)/events/:event_id/pool_multiple_questions(.:format)                                                        {:locale=>/en|fr/, :action=>"create", :controller=>"pool_multiple_questions"}
  68.               new_event_pool_multiple_question GET    (/:locale)/events/:event_id/pool_multiple_questions/new(.:format)                                                    {:locale=>/en|fr/, :action=>"new", :controller=>"pool_multiple_questions"}
  69.              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"}
  70.                   event_pool_multiple_question GET    (/:locale)/events/:event_id/pool_multiple_questions/:id(.:format)                                                    {:locale=>/en|fr/, :action=>"show", :controller=>"pool_multiple_questions"}
  71.                                                PUT    (/:locale)/events/:event_id/pool_multiple_questions/:id(.:format)                                                    {:locale=>/en|fr/, :action=>"update", :controller=>"pool_multiple_questions"}
  72.                                                DELETE (/:locale)/events/:event_id/pool_multiple_questions/:id(.:format)                                                    {:locale=>/en|fr/, :action=>"destroy", :controller=>"pool_multiple_questions"}
  73.                 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"}
  74.                        event_pool_simple_dates GET    (/:locale)/events/:event_id/pool_simple_dates(.:format)                                                              {:locale=>/en|fr/, :action=>"index", :controller=>"pool_simple_dates"}
  75.                                                POST   (/:locale)/events/:event_id/pool_simple_dates(.:format)                                                              {:locale=>/en|fr/, :action=>"create", :controller=>"pool_simple_dates"}
  76.                     new_event_pool_simple_date GET    (/:locale)/events/:event_id/pool_simple_dates/new(.:format)                                                          {:locale=>/en|fr/, :action=>"new", :controller=>"pool_simple_dates"}
  77.                    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"}
  78.                         event_pool_simple_date GET    (/:locale)/events/:event_id/pool_simple_dates/:id(.:format)                                                          {:locale=>/en|fr/, :action=>"show", :controller=>"pool_simple_dates"}
  79.                                                PUT    (/:locale)/events/:event_id/pool_simple_dates/:id(.:format)                                                          {:locale=>/en|fr/, :action=>"update", :controller=>"pool_simple_dates"}
  80.                                                DELETE (/:locale)/events/:event_id/pool_simple_dates/:id(.:format)                                                          {:locale=>/en|fr/, :action=>"destroy", :controller=>"pool_simple_dates"}
  81.               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"}
  82.                      event_pool_multiple_dates GET    (/:locale)/events/:event_id/pool_multiple_dates(.:format)                                                            {:locale=>/en|fr/, :action=>"index", :controller=>"pool_multiple_dates"}
  83.                                                POST   (/:locale)/events/:event_id/pool_multiple_dates(.:format)                                                            {:locale=>/en|fr/, :action=>"create", :controller=>"pool_multiple_dates"}
  84.                   new_event_pool_multiple_date GET    (/:locale)/events/:event_id/pool_multiple_dates/new(.:format)                                                        {:locale=>/en|fr/, :action=>"new", :controller=>"pool_multiple_dates"}
  85.                  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"}
  86.                       event_pool_multiple_date GET    (/:locale)/events/:event_id/pool_multiple_dates/:id(.:format)                                                        {:locale=>/en|fr/, :action=>"show", :controller=>"pool_multiple_dates"}
  87.                                                PUT    (/:locale)/events/:event_id/pool_multiple_dates/:id(.:format)                                                        {:locale=>/en|fr/, :action=>"update", :controller=>"pool_multiple_dates"}
  88.                                                DELETE (/:locale)/events/:event_id/pool_multiple_dates/:id(.:format)                                                        {:locale=>/en|fr/, :action=>"destroy", :controller=>"pool_multiple_dates"}
  89.                    change_donation_event_kitty PUT    (/:locale)/events/:event_id/kitties/:id/change_donation(.:format)                                                    {:locale=>/en|fr/, :action=>"change_donation", :controller=>"kitties"}
  90.                                  event_kitties GET    (/:locale)/events/:event_id/kitties(.:format)                                                                        {:locale=>/en|fr/, :action=>"index", :controller=>"kitties"}
  91.                                                POST   (/:locale)/events/:event_id/kitties(.:format)                                                                        {:locale=>/en|fr/, :action=>"create", :controller=>"kitties"}
  92.                                new_event_kitty GET    (/:locale)/events/:event_id/kitties/new(.:format)                                                                    {:locale=>/en|fr/, :action=>"new", :controller=>"kitties"}
  93.                               edit_event_kitty GET    (/:locale)/events/:event_id/kitties/:id/edit(.:format)                                                               {:locale=>/en|fr/, :action=>"edit", :controller=>"kitties"}
  94.                                    event_kitty GET    (/:locale)/events/:event_id/kitties/:id(.:format)                                                                    {:locale=>/en|fr/, :action=>"show", :controller=>"kitties"}
  95.                                                PUT    (/:locale)/events/:event_id/kitties/:id(.:format)                                                                    {:locale=>/en|fr/, :action=>"update", :controller=>"kitties"}
  96.                                                DELETE (/:locale)/events/:event_id/kitties/:id(.:format)                                                                    {:locale=>/en|fr/, :action=>"destroy", :controller=>"kitties"}
  97.                                  event_buffets GET    (/:locale)/events/:event_id/buffets(.:format)                                                                        {:locale=>/en|fr/, :action=>"index", :controller=>"buffets"}
  98.                                                POST   (/:locale)/events/:event_id/buffets(.:format)                                                                        {:locale=>/en|fr/, :action=>"create", :controller=>"buffets"}
  99.                               new_event_buffet GET    (/:locale)/events/:event_id/buffets/new(.:format)                                                                    {:locale=>/en|fr/, :action=>"new", :controller=>"buffets"}
  100.                              edit_event_buffet GET    (/:locale)/events/:event_id/buffets/:id/edit(.:format)                                                               {:locale=>/en|fr/, :action=>"edit", :controller=>"buffets"}
  101.                                   event_buffet GET    (/:locale)/events/:event_id/buffets/:id(.:format)                                                                    {:locale=>/en|fr/, :action=>"show", :controller=>"buffets"}
  102.                                                PUT    (/:locale)/events/:event_id/buffets/:id(.:format)                                                                    {:locale=>/en|fr/, :action=>"update", :controller=>"buffets"}
  103.                                                DELETE (/:locale)/events/:event_id/buffets/:id(.:format)                                                                    {:locale=>/en|fr/, :action=>"destroy", :controller=>"buffets"}
  104.     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"}
  105.                                                POST   (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images/:gallery_image_id/image_comments(.:format)          {:locale=>/en|fr/, :action=>"create", :controller=>"image_comments"}
  106.  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"}
  107. 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"}
  108.      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"}
  109.                                                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"}
  110.                                                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"}
  111.                   event_gallery_gallery_images GET    (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images(.:format)                                           {:locale=>/en|fr/, :action=>"index", :controller=>"gallery_images"}
  112.                                                POST   (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images(.:format)                                           {:locale=>/en|fr/, :action=>"create", :controller=>"gallery_images"}
  113.                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"}
  114.               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"}
  115.                    event_gallery_gallery_image GET    (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images/:id(.:format)                                       {:locale=>/en|fr/, :action=>"show", :controller=>"gallery_images"}
  116.                                                PUT    (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images/:id(.:format)                                       {:locale=>/en|fr/, :action=>"update", :controller=>"gallery_images"}
  117.                                                DELETE (/:locale)/events/:event_id/galleries/:gallery_id/gallery_images/:id(.:format)                                       {:locale=>/en|fr/, :action=>"destroy", :controller=>"gallery_images"}
  118.                        new_image_event_gallery POST   (/:locale)/events/:event_id/galleries/:id/new_image(.:format)                                                        {:locale=>/en|fr/, :action=>"new_image", :controller=>"galleries"}
  119.                                event_galleries GET    (/:locale)/events/:event_id/galleries(.:format)                                                                      {:locale=>/en|fr/, :action=>"index", :controller=>"galleries"}
  120.                                                POST   (/:locale)/events/:event_id/galleries(.:format)                                                                      {:locale=>/en|fr/, :action=>"create", :controller=>"galleries"}
  121.                              new_event_gallery GET    (/:locale)/events/:event_id/galleries/new(.:format)                                                                  {:locale=>/en|fr/, :action=>"new", :controller=>"galleries"}
  122.                             edit_event_gallery GET    (/:locale)/events/:event_id/galleries/:id/edit(.:format)                                                             {:locale=>/en|fr/, :action=>"edit", :controller=>"galleries"}
  123.                                  event_gallery GET    (/:locale)/events/:event_id/galleries/:id(.:format)                                                                  {:locale=>/en|fr/, :action=>"show", :controller=>"galleries"}
  124.                                                PUT    (/:locale)/events/:event_id/galleries/:id(.:format)                                                                  {:locale=>/en|fr/, :action=>"update", :controller=>"galleries"}
  125.                                                DELETE (/:locale)/events/:event_id/galleries/:id(.:format)                                                                  {:locale=>/en|fr/, :action=>"destroy", :controller=>"galleries"}
  126.                           update_invited_event PUT    (/:locale)/events/:id/update_invited(.:format)                                                                       {:locale=>/en|fr/, :action=>"update_invited", :controller=>"events"}
  127.                                    pools_event GET    (/:locale)/events/:id/pools(.:format)                                                                                {:locale=>/en|fr/, :action=>"pools", :controller=>"events"}
  128.                                         events GET    (/:locale)/events(.:format)                                                                                          {:locale=>/en|fr/, :action=>"index", :controller=>"events"}
  129.                                                POST   (/:locale)/events(.:format)                                                                                          {:locale=>/en|fr/, :action=>"create", :controller=>"events"}
  130.                                      new_event GET    (/:locale)/events/new(.:format)                                                                                      {:locale=>/en|fr/, :action=>"new", :controller=>"events"}
  131.                                     edit_event GET    (/:locale)/events/:id/edit(.:format)                                                                                 {:locale=>/en|fr/, :action=>"edit", :controller=>"events"}
  132.                                          event GET    (/:locale)/events/:id(.:format)                                                                                      {:locale=>/en|fr/, :action=>"show", :controller=>"events"}
  133.                                                PUT    (/:locale)/events/:id(.:format)                                                                                      {:locale=>/en|fr/, :action=>"update", :controller=>"events"}
  134.                                                DELETE (/:locale)/events/:id(.:format)                                                                                      {:locale=>/en|fr/, :action=>"destroy", :controller=>"events"}
  135.                                       sessions POST   (/:locale)/sessions(.:format)                                                                                        {:locale=>/en|fr/, :action=>"create", :controller=>"sessions"}
  136.                                    new_session GET    (/:locale)/sessions/new(.:format)                                                                                    {:locale=>/en|fr/, :action=>"new", :controller=>"sessions"}
  137.                                        session DELETE (/:locale)/sessions/:id(.:format)                                                                                    {:locale=>/en|fr/, :action=>"destroy", :controller=>"sessions"}
  138.                        accept_event_invitation PUT    (/:locale)/event_invitations/:id/accept(.:format)                                                                    {:locale=>/en|fr/, :action=>"accept", :controller=>"event_invitations"}
  139.                        refuse_event_invitation PUT    (/:locale)/event_invitations/:id/refuse(.:format)                                                                    {:locale=>/en|fr/, :action=>"refuse", :controller=>"event_invitations"}
  140.                               event_invitation GET    (/:locale)/event_invitations/:id(.:format)                                                                           {:locale=>/en|fr/, :action=>"show", :controller=>"event_invitations"}
  141.                                        friends GET    (/:locale)/friends(.:format)                                                                                         {:locale=>/en|fr/, :action=>"index", :controller=>"friends"}
  142.                                                POST   (/:locale)/friends(.:format)                                                                                         {:locale=>/en|fr/, :action=>"create", :controller=>"friends"}
  143.                                     new_friend GET    (/:locale)/friends/new(.:format)                                                                                     {:locale=>/en|fr/, :action=>"new", :controller=>"friends"}
  144.                                    edit_friend GET    (/:locale)/friends/:id/edit(.:format)                                                                                {:locale=>/en|fr/, :action=>"edit", :controller=>"friends"}
  145.                                         friend GET    (/:locale)/friends/:id(.:format)                                                                                     {:locale=>/en|fr/, :action=>"show", :controller=>"friends"}
  146.                                                PUT    (/:locale)/friends/:id(.:format)                                                                                     {:locale=>/en|fr/, :action=>"update", :controller=>"friends"}
  147.                                                DELETE (/:locale)/friends/:id(.:format)                                                                                     {:locale=>/en|fr/, :action=>"destroy", :controller=>"friends"}
  148.                                                GET    (/:locale)/communications(.:format)                                                                                  {:locale=>/en|fr/, :action=>"index", :controller=>"communications"}
  149.                                                POST   (/:locale)/communications(.:format)                                                                                  {:locale=>/en|fr/, :action=>"create", :controller=>"communications"}
  150.                                                GET    (/:locale)/communications/new(.:format)                                                                              {:locale=>/en|fr/, :action=>"new", :controller=>"communications"}
  151.                                                GET    (/:locale)/communications/:id/edit(.:format)                                                                         {:locale=>/en|fr/, :action=>"edit", :controller=>"communications"}
  152.                                                GET    (/:locale)/communications/:id(.:format)                                                                              {:locale=>/en|fr/, :action=>"show", :controller=>"communications"}
  153.                                                PUT    (/:locale)/communications/:id(.:format)                                                                              {:locale=>/en|fr/, :action=>"update", :controller=>"communications"}
  154.                                                DELETE (/:locale)/communications/:id(.:format)                                                                              {:locale=>/en|fr/, :action=>"destroy", :controller=>"communications"}
  155.                                                GET    (/:locale)/messages(.:format)                                                                                        {:locale=>/en|fr/, :action=>"index", :controller=>"messages"}
  156.                                                POST   (/:locale)/messages(.:format)                                                                                        {:locale=>/en|fr/, :action=>"create", :controller=>"messages"}
  157.                                                GET    (/:locale)/messages/new(.:format)                                                                                    {:locale=>/en|fr/, :action=>"new", :controller=>"messages"}
  158.                                                GET    (/:locale)/messages/:id/edit(.:format)                                                                               {:locale=>/en|fr/, :action=>"edit", :controller=>"messages"}
  159.                                                GET    (/:locale)/messages/:id(.:format)                                                                                    {:locale=>/en|fr/, :action=>"show", :controller=>"messages"}
  160.                                                PUT    (/:locale)/messages/:id(.:format)                                                                                    {:locale=>/en|fr/, :action=>"update", :controller=>"messages"}
  161.                                                DELETE (/:locale)/messages/:id(.:format)                                                                                    {:locale=>/en|fr/, :action=>"destroy", :controller=>"messages"}
  162.                                        welcome        /welcome(.:format)                                                                                                   {:controller=>"pages", :action=>"welcome"}
  163.                                         signup        /signup(.:format)                                                                                                    {:controller=>"users", :action=>"new"}
  164.                                         signin        /signin(.:format)                                                                                                    {:controller=>"sessions", :action=>"new"}
  165.                                        signout        /signout(.:format)                                                                                                   {:controller=>"sessions", :action=>"destroy"}
  166.                                      dashboard        /dashboard(.:format)                                                                                                 {:controller=>"pages", :action=>"dashboard"}
  167.                                                       /messages(.:format)                                                                                                  {:controller=>"messages", :action=>"index"}
  168.                                           news        /news(.:format)                                                                                                      {:controller=>"communications", :action=>"index"}
  169.                                            faq        /faq(.:format)                                                                                                       {:controller=>"pages", :action=>"faq"}
  170.                                           help        /help(.:format)                                                                                                      {:controller=>"pages", :action=>"help"}
  171.                                                       /:locale(.:format)                                                                                                   {:controller=>"pages", :action=>"home"}
  172.                                           root        /(.:format)                                                                                                          {:controller=>"pages", :action=>"home"}