Advertisement
Guest User

Pali Routes

a guest
Apr 23rd, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.61 KB | None | 0 0
  1. Prefix Verb URI Pattern Controller#Action
  2. link_email_sent POST /link_email/sent(.:format) link_email#emailSentConfirm
  3. new_team_session GET /teams/sign_in(.:format) teams/sessions#new
  4. team_session POST /teams/sign_in(.:format) teams/sessions#create
  5. destroy_team_session DELETE /teams/sign_out(.:format) teams/sessions#destroy
  6. new_team_password GET /teams/password/new(.:format) devise/passwords#new
  7. edit_team_password GET /teams/password/edit(.:format) devise/passwords#edit
  8. team_password PATCH /teams/password(.:format) devise/passwords#update
  9. PUT /teams/password(.:format) devise/passwords#update
  10. POST /teams/password(.:format) devise/passwords#create
  11. cancel_team_registration GET /teams/cancel(.:format) teams/registrations#cancel
  12. new_team_registration GET /teams/sign_up(.:format) teams/registrations#new
  13. edit_team_registration GET /teams/edit(.:format) teams/registrations#edit
  14. team_registration PATCH /teams(.:format) teams/registrations#update
  15. PUT /teams(.:format) teams/registrations#update
  16. DELETE /teams(.:format) teams/registrations#destroy
  17. POST /teams(.:format) teams/registrations#create
  18. new_user_session GET /users/sign_in(.:format) devise/sessions#new
  19. user_session POST /users/sign_in(.:format) devise/sessions#create
  20. destroy_user_session DELETE /users/sign_out(.:format) devise/sessions#destroy
  21. new_user_password GET /users/password/new(.:format) devise/passwords#new
  22. edit_user_password GET /users/password/edit(.:format) devise/passwords#edit
  23. user_password PATCH /users/password(.:format) devise/passwords#update
  24. PUT /users/password(.:format) devise/passwords#update
  25. POST /users/password(.:format) devise/passwords#create
  26. cancel_user_registration GET /users/cancel(.:format) users/registrations#cancel
  27. new_user_registration GET /users/sign_up(.:format) users/registrations#new
  28. edit_user_registration GET /users/edit(.:format) users/registrations#edit
  29. user_registration PATCH /users(.:format) users/registrations#update
  30. PUT /users(.:format) users/registrations#update
  31. DELETE /users(.:format) users/registrations#destroy
  32. POST /users(.:format) users/registrations#create
  33. app_signups GET /app_signups(.:format) app_signups#index
  34. POST /app_signups(.:format) app_signups#create
  35. new_app_signup GET /app_signups/new(.:format) app_signups#new
  36. edit_app_signup GET /app_signups/:id/edit(.:format) app_signups#edit
  37. app_signup GET /app_signups/:id(.:format) app_signups#show
  38. PATCH /app_signups/:id(.:format) app_signups#update
  39. PUT /app_signups/:id(.:format) app_signups#update
  40. DELETE /app_signups/:id(.:format) app_signups#destroy
  41. videos GET /videos(.:format) videos#index
  42. POST /videos(.:format) videos#create
  43. new_video GET /videos/new(.:format) videos#new
  44. edit_video GET /videos/:id/edit(.:format) videos#edit
  45. video GET /videos/:id(.:format) videos#show
  46. PATCH /videos/:id(.:format) videos#update
  47. PUT /videos/:id(.:format) videos#update
  48. DELETE /videos/:id(.:format) videos#destroy
  49. new_admin_session GET /admins/sign_in(.:format) devise/sessions#new
  50. admin_session POST /admins/sign_in(.:format) devise/sessions#create
  51. destroy_admin_session DELETE /admins/sign_out(.:format) devise/sessions#destroy
  52. new_admin_password GET /admins/password/new(.:format) devise/passwords#new
  53. edit_admin_password GET /admins/password/edit(.:format) devise/passwords#edit
  54. admin_password PATCH /admins/password(.:format) devise/passwords#update
  55. PUT /admins/password(.:format) devise/passwords#update
  56. POST /admins/password(.:format) devise/passwords#create
  57. cancel_admin_registration GET /admins/cancel(.:format) devise/registrations#cancel
  58. new_admin_registration GET /admins/sign_up(.:format) devise/registrations#new
  59. edit_admin_registration GET /admins/edit(.:format) devise/registrations#edit
  60. admin_registration PATCH /admins(.:format) devise/registrations#update
  61. PUT /admins(.:format) devise/registrations#update
  62. DELETE /admins(.:format) devise/registrations#destroy
  63. POST /admins(.:format) devise/registrations#create
  64. emails GET /emails(.:format) emails#index
  65. POST /emails(.:format) emails#create
  66. new_email GET /emails/new(.:format) emails#new
  67. edit_email GET /emails/:id/edit(.:format) emails#edit
  68. email GET /emails/:id(.:format) emails#show
  69. PATCH /emails/:id(.:format) emails#update
  70. PUT /emails/:id(.:format) emails#update
  71. DELETE /emails/:id(.:format) emails#destroy
  72. demographic_results GET /demographic_results(.:format) demographic_results#index
  73. POST /demographic_results(.:format) demographic_results#create
  74. new_demographic_result GET /demographic_results/new(.:format) demographic_results#new
  75. edit_demographic_result GET /demographic_results/:id/edit(.:format) demographic_results#edit
  76. demographic_result GET /demographic_results/:id(.:format) demographic_results#show
  77. PATCH /demographic_results/:id(.:format) demographic_results#update
  78. PUT /demographic_results/:id(.:format) demographic_results#update
  79. DELETE /demographic_results/:id(.:format) demographic_results#destroy
  80. products GET /products(.:format) products#index
  81. POST /products(.:format) products#create
  82. new_product GET /products/new(.:format) products#new
  83. edit_product GET /products/:id/edit(.:format) products#edit
  84. product GET /products/:id(.:format) products#show
  85. PATCH /products/:id(.:format) products#update
  86. PUT /products/:id(.:format) products#update
  87. DELETE /products/:id(.:format) products#destroy
  88. root GET / home#demo
  89. home GET /home(.:format) home#index
  90. backend GET /backend(.:format) redirect(301, /products/1/edit)
  91. analytics GET /analytics(.:format) analytics#index
  92. apptube GET /apptube(.:format) videos#apptube
  93. getVideos GET /getVideos(.:format) videos#getVideos
  94. images GET /images(.:format) products#images
  95. app_signup_backend GET /app_signup_backend(.:format) app_signups#backend
  96. uploads_videos GET /uploads/videos(.:format) uploads#videos
  97. uploads POST /uploads(.:format) uploads#handle_upload
  98. GET /uploads(.:format) uploads#form
  99. GET /uploads/serve/:filename(.:format) uploads#serve
  100. uploads_index GET /uploads/index(.:format) uploads#index
  101. GET /uploads/annotations/:filename(.:format) uploads#getAnnotations
  102. team_signup GET /team_signup(.:format) home#pre_signup_page
  103. teams_manage GET /teams/manage(.:format) teams_manage#index
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement