Routing Error

No route matches [GET] "/all-saints"

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
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)

devise/registrations#cancel

new_user_registration_path GET /users/sign_up(.:format)

devise/registrations#new

edit_user_registration_path GET /users/edit(.:format)

devise/registrations#edit

user_registration_path PATCH /users(.:format)

devise/registrations#update

PUT /users(.:format)

devise/registrations#update

DELETE /users(.:format)

devise/registrations#destroy

POST /users(.:format)

devise/registrations#create

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

banners_path GET /banners(.:format)

banners#index

POST /banners(.:format)

banners#create

new_banner_path GET /banners/new(.:format)

banners#new

edit_banner_path GET /banners/:id/edit(.:format)

banners#edit

banner_path GET /banners/:id(.:format)

banners#show

PATCH /banners/:id(.:format)

banners#update

PUT /banners/:id(.:format)

banners#update

DELETE /banners/:id(.:format)

banners#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

images_path GET /images(.:format)

images#index

POST /images(.:format)

images#create

new_image_path GET /images/new(.:format)

images#new

edit_image_path GET /images/:id/edit(.:format)

images#edit

image_path GET /images/:id(.:format)

images#show

PATCH /images/:id(.:format)

images#update

PUT /images/:id(.:format)

images#update

DELETE /images/:id(.:format)

images#destroy

documents_path GET /documents(.:format)

documents#index

POST /documents(.:format)

documents#create

new_document_path GET /documents/new(.:format)

documents#new

edit_document_path GET /documents/:id/edit(.:format)

documents#edit

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

documents#show

PATCH /documents/:id(.:format)

documents#update

PUT /documents/:id(.:format)

documents#update

DELETE /documents/:id(.:format)

documents#destroy

audio_files_path GET /audio_files(.:format)

audio_files#index

POST /audio_files(.:format)

audio_files#create

new_audio_file_path GET /audio_files/new(.:format)

audio_files#new

edit_audio_file_path GET /audio_files/:id/edit(.:format)

audio_files#edit

audio_file_path GET /audio_files/:id(.:format)

audio_files#show

PATCH /audio_files/:id(.:format)

audio_files#update

PUT /audio_files/:id(.:format)

audio_files#update

DELETE /audio_files/:id(.:format)

audio_files#destroy

events_path GET /events(.:format)

events#index

POST /events(.:format)

events#create

new_event_path GET /events/new(.:format)

events#new

edit_event_path GET /events/:id/edit(.:format)

events#edit

event_path GET /events/:id(.:format)

events#show

PATCH /events/:id(.:format)

events#update

PUT /events/:id(.:format)

events#update

DELETE /events/:id(.:format)

events#destroy

church_contact_groups_path GET /churches/:church_id/contact_groups(.:format)

contact_groups#index

POST /churches/:church_id/contact_groups(.:format)

contact_groups#create

new_church_contact_group_path GET /churches/:church_id/contact_groups/new(.:format)

contact_groups#new

edit_church_contact_group_path GET /churches/:church_id/contact_groups/:id/edit(.:format)

contact_groups#edit

church_contact_group_path GET /churches/:church_id/contact_groups/:id(.:format)

contact_groups#show

PATCH /churches/:church_id/contact_groups/:id(.:format)

contact_groups#update

PUT /churches/:church_id/contact_groups/:id(.:format)

contact_groups#update

DELETE /churches/:church_id/contact_groups/:id(.:format)

contact_groups#destroy

churches_path GET /churches(.:format)

churches#index

POST /churches(.:format)

churches#create

new_church_path GET /churches/new(.:format)

churches#new

edit_church_path GET /churches/:id/edit(.:format)

churches#edit

church_path GET /churches/:id(.:format)

churches#show

PATCH /churches/:id(.:format)

churches#update

PUT /churches/:id(.:format)

churches#update

DELETE /churches/:id(.:format)

churches#destroy

members_path GET /members(.:format)

members#index

POST /members(.:format)

members#create

new_member_path GET /members/new(.:format)

members#new

edit_member_path GET /members/:id/edit(.:format)

members#edit

member_path GET /members/:id(.:format)

members#show

PATCH /members/:id(.:format)

members#update

PUT /members/:id(.:format)

members#update

DELETE /members/:id(.:format)

members#destroy

notices_path GET /notices(.:format)

notices#index

POST /notices(.:format)

notices#create

new_notice_path GET /notices/new(.:format)

notices#new

edit_notice_path GET /notices/:id/edit(.:format)

notices#edit

notice_path GET /notices/:id(.:format)

notices#show

PATCH /notices/:id(.:format)

notices#update

PUT /notices/:id(.:format)

notices#update

DELETE /notices/:id(.:format)

notices#destroy

sermons_path GET /sermons(.:format)

sermons#index

POST /sermons(.:format)

sermons#create

new_sermon_path GET /sermons/new(.:format)

sermons#new

edit_sermon_path GET /sermons/:id/edit(.:format)

sermons#edit

sermon_path GET /sermons/:id(.:format)

sermons#show

PATCH /sermons/:id(.:format)

sermons#update

PUT /sermons/:id(.:format)

sermons#update

DELETE /sermons/:id(.:format)

sermons#destroy

root_path GET /

pages#home

admin_path GET /admin(.:format)

admin#index

GET /pages(.:format)

pages#home

upcoming_path GET /upcoming(.:format)

events#upcoming

information_path GET /information(.:format)

documents#information

news_path GET /news(.:format)

notices#news

about_path GET /about(.:format)

pages#about

all_saints_path GET /all_saints(.:format)

pages#all_saints

worship_path GET /worship(.:format)

pages#worship

blog_path GET /blog(.:format)

articles#blog

talks_path GET /talks(.:format)

sermons#talks

st_mary_path GET /st_mary(.:format)

pages#st_mary

st_edmund_path GET /st_edmund(.:format)

pages#st_edmund

st_antony_path GET /st_antony(.:format)

pages#st_antony

halls_path GET /halls(.:format)

pages#halls

action_path GET /action(.:format)

pages#action

children_path GET /children(.:format)

pages#children

churchyard_path GET /churchyard(.:format)

pages#churchyard

rails_postmark_inbound_emails_path POST /rails/action_mailbox/postmark/inbound_emails(.:format)

action_mailbox/ingresses/postmark/inbound_emails#create

rails_relay_inbound_emails_path POST /rails/action_mailbox/relay/inbound_emails(.:format)

action_mailbox/ingresses/relay/inbound_emails#create

rails_sendgrid_inbound_emails_path POST /rails/action_mailbox/sendgrid/inbound_emails(.:format)

action_mailbox/ingresses/sendgrid/inbound_emails#create

rails_mandrill_inbound_health_check_path GET /rails/action_mailbox/mandrill/inbound_emails(.:format)

action_mailbox/ingresses/mandrill/inbound_emails#health_check

rails_mandrill_inbound_emails_path POST /rails/action_mailbox/mandrill/inbound_emails(.:format)

action_mailbox/ingresses/mandrill/inbound_emails#create

rails_mailgun_inbound_emails_path POST /rails/action_mailbox/mailgun/inbound_emails/mime(.:format)

action_mailbox/ingresses/mailgun/inbound_emails#create

rails_conductor_inbound_emails_path GET /rails/conductor/action_mailbox/inbound_emails(.:format)

rails/conductor/action_mailbox/inbound_emails#index

POST /rails/conductor/action_mailbox/inbound_emails(.:format)

rails/conductor/action_mailbox/inbound_emails#create

new_rails_conductor_inbound_email_path GET /rails/conductor/action_mailbox/inbound_emails/new(.:format)

rails/conductor/action_mailbox/inbound_emails#new

edit_rails_conductor_inbound_email_path GET /rails/conductor/action_mailbox/inbound_emails/:id/edit(.:format)

rails/conductor/action_mailbox/inbound_emails#edit

rails_conductor_inbound_email_path GET /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#show

PATCH /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#update

PUT /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#update

DELETE /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#destroy

new_rails_conductor_inbound_email_source_path GET /rails/conductor/action_mailbox/inbound_emails/sources/new(.:format)

rails/conductor/action_mailbox/inbound_emails/sources#new

rails_conductor_inbound_email_sources_path POST /rails/conductor/action_mailbox/inbound_emails/sources(.:format)

rails/conductor/action_mailbox/inbound_emails/sources#create

rails_conductor_inbound_email_reroute_path POST /rails/conductor/action_mailbox/:inbound_email_id/reroute(.:format)

rails/conductor/action_mailbox/reroutes#create

rails_service_blob_path GET /rails/active_storage/blobs/redirect/:signed_id/*filename(.:format)

active_storage/blobs/redirect#show

rails_service_blob_proxy_path GET /rails/active_storage/blobs/proxy/:signed_id/*filename(.:format)

active_storage/blobs/proxy#show

GET /rails/active_storage/blobs/:signed_id/*filename(.:format)

active_storage/blobs/redirect#show

rails_blob_representation_path GET /rails/active_storage/representations/redirect/:signed_blob_id/:variation_key/*filename(.:format)

active_storage/representations/redirect#show

rails_blob_representation_proxy_path GET /rails/active_storage/representations/proxy/:signed_blob_id/:variation_key/*filename(.:format)

active_storage/representations/proxy#show

GET /rails/active_storage/representations/:signed_blob_id/:variation_key/*filename(.:format)

active_storage/representations/redirect#show

rails_disk_service_path GET /rails/active_storage/disk/:encoded_key/*filename(.:format)

active_storage/disk#show

update_rails_disk_service_path PUT /rails/active_storage/disk/:encoded_token(.:format)

active_storage/disk#update

rails_direct_uploads_path POST /rails/active_storage/direct_uploads(.:format)

active_storage/direct_uploads#create

Request

Parameters:

None

Response

Headers:

None