Routing Error

No route matches [GET] "/contact"

Rails.root: /var/www/online-portfolio/releases/20210819090242

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
ckeditor_path /ckeditor

Ckeditor::Engine

new_user_session_path GET /users/sign_in(.:format)

devise/sessions#new

user_session_path POST /users/sign_in(.:format)

devise/sessions#create

destroy_user_session_path DELETE /users/sign_out(.:format)

devise/sessions#destroy

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

devise/passwords#new

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

devise/passwords#edit

user_password_path PATCH /users/password(.:format)

devise/passwords#update

PUT /users/password(.:format)

devise/passwords#update

POST /users/password(.:format)

devise/passwords#create

cancel_user_registration_path GET /users/cancel(.:format)

registrations#cancel

new_user_registration_path GET /users/sign_up(.:format)

registrations#new

edit_user_registration_path GET /users/edit(.:format)

registrations#edit

user_registration_path PATCH /users(.:format)

registrations#update

PUT /users(.:format)

registrations#update

DELETE /users(.:format)

registrations#destroy

POST /users(.:format)

registrations#create

new_user_unlock_path GET /users/unlock/new(.:format)

devise/unlocks#new

user_unlock_path GET /users/unlock(.:format)

devise/unlocks#show

POST /users/unlock(.:format)

devise/unlocks#create

welcome_index_path GET /welcome/index(.:format)

welcome#index

root_path GET /

welcome#index

articles_path GET /articles(.:format)

articles#index

POST /articles(.:format)

articles#create

new_article_path GET /articles/new(.:format)

articles#new

edit_article_path GET /articles/:id/edit(.:format)

articles#edit

article_path GET /articles/:id(.:format)

articles#show

PATCH /articles/:id(.:format)

articles#update

PUT /articles/:id(.:format)

articles#update

DELETE /articles/:id(.:format)

articles#destroy

categories_path GET /categories(.:format)

categories#index

POST /categories(.:format)

categories#create

new_category_path GET /categories/new(.:format)

categories#new

edit_category_path GET /categories/:id/edit(.:format)

categories#edit

category_path GET /categories/:id(.:format)

categories#show

PATCH /categories/:id(.:format)

categories#update

PUT /categories/:id(.:format)

categories#update

DELETE /categories/:id(.:format)

categories#destroy

pages_path GET /pages(.:format)

pages#index

POST /pages(.:format)

pages#create

new_page_path GET /pages/new(.:format)

pages#new

edit_page_path GET /pages/:id/edit(.:format)

pages#edit

page_path GET /pages/:id(.:format)

pages#show

PATCH /pages/:id(.:format)

pages#update

PUT /pages/:id(.:format)

pages#update

DELETE /pages/:id(.:format)

pages#destroy

users_path GET /users(.:format)

users#index

admin_panel_path GET /admin(.:format)

admin_panel#index

settings_path GET /settings(.:format)

settings#index

setting_path GET /settings(.:format)

settings#index

PATCH /settings(.:format)

settings#update

PUT /settings(.:format)

settings#update

POST /settings(.:format)

settings#create

change_locale_path GET /locales/:locale(.:format)

locales#update

Routes for Ckeditor::Engine
pictures_path GET /pictures(.:format)

ckeditor/pictures#index

POST /pictures(.:format)

ckeditor/pictures#create

picture_path DELETE /pictures/:id(.:format)

ckeditor/pictures#destroy

attachment_files_path GET /attachment_files(.:format)

ckeditor/attachment_files#index

POST /attachment_files(.:format)

ckeditor/attachment_files#create

attachment_file_path DELETE /attachment_files/:id(.:format)

ckeditor/attachment_files#destroy

Request

Parameters:

None

Response

Headers:

None