Routing Error

No route matches [GET] "/help"

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
cookies_path GET /cookies(.:format)

cookies#index

POST /cookies(.:format)

cookies#create

new_cooky_path GET /cookies/new(.:format)

cookies#new

edit_cooky_path GET /cookies/:id/edit(.:format)

cookies#edit

cooky_path GET /cookies/:id(.:format)

cookies#show

PATCH /cookies/:id(.:format)

cookies#update

PUT /cookies/:id(.:format)

cookies#update

DELETE /cookies/:id(.:format)

cookies#destroy

new_user_session_path GET /user/sign_in(.:format)

devise/sessions#new

user_session_path POST /user/sign_in(.:format)

devise/sessions#create

destroy_user_session_path DELETE /user/sign_out(.:format)

devise/sessions#destroy

user_password_path POST /user/password(.:format)

devise/passwords#create

new_user_password_path GET /user/password/new(.:format)

devise/passwords#new

edit_user_password_path GET /user/password/edit(.:format)

devise/passwords#edit

PATCH /user/password(.:format)

devise/passwords#update

PUT /user/password(.:format)

devise/passwords#update

cancel_user_registration_path GET /user/cancel(.:format)

devise/registrations#cancel

user_registration_path POST /user(.:format)

devise/registrations#create

new_user_registration_path GET /user/sign_up(.:format)

devise/registrations#new

edit_user_registration_path GET /user/edit(.:format)

devise/registrations#edit

PATCH /user(.:format)

devise/registrations#update

PUT /user(.:format)

devise/registrations#update

DELETE /user(.:format)

devise/registrations#destroy

about_path GET /about(.:format)

pages#about

destroy_multiple_analyses_path POST /analyses/destroy_multiple(.:format)

analyses#destroy_multiple

start_multiple_analyses_path GET /analyses/start_multiple(.:format)

analyses#start_multiple

custom_create_analyses_path POST /analyses/custom_create(.:format)

analyses#custom_create

comparison_path GET /analyses/:id/comparisons/:document_id(.:format)

comparisons#show

analysis_comments_path GET /analyses/:analysis_id/comments(.:format)

comments#index

POST /analyses/:analysis_id/comments(.:format)

comments#create

new_analysis_comment_path GET /analyses/:analysis_id/comments/new(.:format)

comments#new

edit_analysis_comment_path GET /analyses/:analysis_id/comments/:id/edit(.:format)

comments#edit

analysis_comment_path GET /analyses/:analysis_id/comments/:id(.:format)

comments#show

PATCH /analyses/:analysis_id/comments/:id(.:format)

comments#update

PUT /analyses/:analysis_id/comments/:id(.:format)

comments#update

DELETE /analyses/:analysis_id/comments/:id(.:format)

comments#destroy

analyses_path GET /analyses(.:format)

analyses#index

POST /analyses(.:format)

analyses#create

analysis_path GET /analyses/:id(.:format)

analyses#show

PATCH /analyses/:id(.:format)

analyses#update

PUT /analyses/:id(.:format)

analyses#update

DELETE /analyses/:id(.:format)

analyses#destroy

folders_path POST /folders(.:format)

folders#create

folder_path GET /folders/:id(.:format)

folders#show

PATCH /folders/:id(.:format)

folders#update

PUT /folders/:id(.:format)

folders#update

DELETE /folders/:id(.:format)

folders#destroy

download_user_document_path GET /documents/:id/download(.:format)

user_documents#download

user_documents_path POST /documents(.:format)

user_documents#create

destroy_multiple_user_documents_path POST /documents/destroy_multiple(.:format)

user_documents#destroy_multiple

download_multiple_user_documents_path GET /documents/download_multiple(.:format)

user_documents#download_multiple

move_multiple_user_documents_path GET /documents/move_multiple(.:format)

user_documents#move_multiple

remove_user_documents_path GET /documents/remove(.:format)

user_documents#remove

GET /documents(.:format)

user_documents#index

user_document_path GET /documents/:id(.:format)

user_documents#show

PATCH /documents/:id(.:format)

user_documents#update

PUT /documents/:id(.:format)

user_documents#update

DELETE /documents/:id(.:format)

user_documents#destroy

sidekiq_web_path /sidekiq

Sidekiq::Web

root_path GET /

analyses#home

Request

Parameters:

None

Response

Headers:

None