Routing Error

No route matches [GET] "/project/schools-out-5-day-eating-plan"

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
root_path GET /

main#index

pregnancy_path GET /pregnancy(.:format)

main#pregnancy

postpartum_path GET /postpartum(.:format)

main#postpartum

beyond_path GET /beyond(.:format)

main#beyond

pricing_path GET /pricing(.:format)

main#pricing

payment_path GET /payment(.:format)

main#payment

onboarding_path GET /onboarding(.:format)

main#onboarding

PATCH /onboarding(.:format)

main#onboarding

about_path GET /about(.:format)

main#about

faqs_path GET /faqs(.:format)

main#faqs

terms_path GET /terms(.:format)

main#terms

privacy_path GET /privacy(.:format)

main#privacy

cookies_path GET /cookies(.:format)

main#cookies

pregnancy_exercise_path GET /pregnancy-exercise(.:format)

main#pregnancy_exercise

post_categories_path GET /blog/:post_id/categories(.:format)

categories#index

POST /blog/:post_id/categories(.:format)

categories#create

new_post_category_path GET /blog/:post_id/categories/new(.:format)

categories#new

edit_post_category_path GET /blog/:post_id/categories/:id/edit(.:format)

categories#edit

post_category_path GET /blog/:post_id/categories/:id(.:format)

categories#show

PATCH /blog/:post_id/categories/:id(.:format)

categories#update

PUT /blog/:post_id/categories/:id(.:format)

categories#update

DELETE /blog/:post_id/categories/:id(.:format)

categories#destroy

post_comments_path GET /blog/:post_id/comments(.:format)

comments#index

POST /blog/:post_id/comments(.:format)

comments#create

new_post_comment_path GET /blog/:post_id/comments/new(.:format)

comments#new

edit_post_comment_path GET /blog/:post_id/comments/:id/edit(.:format)

comments#edit

post_comment_path GET /blog/:post_id/comments/:id(.:format)

comments#show

PATCH /blog/:post_id/comments/:id(.:format)

comments#update

PUT /blog/:post_id/comments/:id(.:format)

comments#update

DELETE /blog/:post_id/comments/:id(.:format)

comments#destroy

post_likes_path GET /blog/:post_id/likes(.:format)

likes#index

POST /blog/:post_id/likes(.:format)

likes#create

new_post_like_path GET /blog/:post_id/likes/new(.:format)

likes#new

edit_post_like_path GET /blog/:post_id/likes/:id/edit(.:format)

likes#edit

post_like_path GET /blog/:post_id/likes/:id(.:format)

likes#show

PATCH /blog/:post_id/likes/:id(.:format)

likes#update

PUT /blog/:post_id/likes/:id(.:format)

likes#update

DELETE /blog/:post_id/likes/:id(.:format)

likes#destroy

posts_path GET /blog(.:format)

posts#index

POST /blog(.:format)

posts#create

new_post_path GET /blog/new(.:format)

posts#new

edit_post_path GET /blog/:id/edit(.:format)

posts#edit

post_path GET /blog/:id(.:format)

posts#show

PATCH /blog/:id(.:format)

posts#update

PUT /blog/:id(.:format)

posts#update

DELETE /blog/:id(.:format)

posts#destroy

comment_comments_path GET /comments/:comment_id/comments(.:format)

comments#index

POST /comments/:comment_id/comments(.:format)

comments#create

new_comment_comment_path GET /comments/:comment_id/comments/new(.:format)

comments#new

edit_comment_comment_path GET /comments/:comment_id/comments/:id/edit(.:format)

comments#edit

comment_comment_path GET /comments/:comment_id/comments/:id(.:format)

comments#show

PATCH /comments/:comment_id/comments/:id(.:format)

comments#update

PUT /comments/:comment_id/comments/:id(.:format)

comments#update

DELETE /comments/:comment_id/comments/:id(.:format)

comments#destroy

comments_path GET /comments(.:format)

comments#index

POST /comments(.:format)

comments#create

new_comment_path GET /comments/new(.:format)

comments#new

edit_comment_path GET /comments/:id/edit(.:format)

comments#edit

comment_path GET /comments/:id(.:format)

comments#show

PATCH /comments/:id(.:format)

comments#update

PUT /comments/:id(.:format)

comments#update

DELETE /comments/:id(.:format)

comments#destroy

new_user_session_path GET /login(.:format)

devise/sessions#new

user_session_path POST /login(.:format)

devise/sessions#create

destroy_user_session_path DELETE /logout(.:format)

devise/sessions#destroy

new_user_password_path GET /reset-password/new(.:format)

devise/passwords#new

edit_user_password_path GET /reset-password/edit(.:format)

devise/passwords#edit

user_password_path PATCH /reset-password(.:format)

devise/passwords#update

PUT /reset-password(.:format)

devise/passwords#update

POST /reset-password(.:format)

devise/passwords#create

cancel_user_registration_path GET /cancel(.:format)

registrations#cancel

new_user_registration_path GET /join(.:format)

registrations#new

edit_user_registration_path GET /edit(.:format)

registrations#edit

user_registration_path PATCH /

registrations#update

PUT /

registrations#update

DELETE /

registrations#destroy

POST /

registrations#create

dashboard_settings_personal_path GET /dashboard/settings/personal(.:format)

registrations#personal

new_subscription_path GET /subscriptions/new(.:format)

subscriptions#new

subscriptions_create_path GET /subscriptions/create(.:format)

subscriptions#create

subscriptions_update_path PATCH /subscriptions/update(.:format)

subscriptions#update

subscriptions_cancellation_path GET /subscriptions/cancellation(.:format)

subscriptions#cancellation

subscriptions_webhook_path POST /subscriptions/webhook(.:format)

subscriptions#webhook

dashboard_root_path GET /dashboard(.:format)

dashboard/dashboard#index

dashboard_mind_path GET /dashboard/mind(.:format)

dashboard/dashboard#mind

dashboard_body_path GET /dashboard/body(.:format)

dashboard/dashboard#body

dashboard_soul_path GET /dashboard/soul(.:format)

dashboard/dashboard#soul

dashboard_live_path GET /dashboard/live(.:format)

dashboard/dashboard#live

dashboard_community_path GET /dashboard/community(.:format)

dashboard/dashboard#community

dashboard_support_path GET /dashboard/support(.:format)

dashboard/dashboard#support

dashboard_calendar_path GET /dashboard/calendar(.:format)

dashboard/dashboard#calendar

dashboard_settings_motherhood_path GET /dashboard/settings/motherhood(.:format)

dashboard/settings#motherhood

dashboard_update_motherhood_settings_path PUT /dashboard/settings/motherhood/update/:id(.:format)

dashboard/settings#update_motherhood

dashboard_update_personal_settings_path PUT /dashboard/settings/personal/update/:id(.:format)

dashboard/settings#update_personal

dashboard_settings_subscription_path GET /dashboard/settings/subscription(.:format)

dashboard/settings#subscription

dashboard_category_lesson_path GET /dashboard/category/:category_id/classes/:id(.:format)

dashboard/lessons#show

dashboard_activities_path GET /dashboard/activities(.:format)

dashboard/activities#index

POST /dashboard/activities(.:format)

dashboard/activities#create

new_dashboard_activity_path GET /dashboard/activities/new(.:format)

dashboard/activities#new

edit_dashboard_activity_path GET /dashboard/activities/:id/edit(.:format)

dashboard/activities#edit

dashboard_activity_path GET /dashboard/activities/:id(.:format)

dashboard/activities#show

PATCH /dashboard/activities/:id(.:format)

dashboard/activities#update

PUT /dashboard/activities/:id(.:format)

dashboard/activities#update

DELETE /dashboard/activities/:id(.:format)

dashboard/activities#destroy

dashboard_journal_entries_path GET /dashboard/entries(.:format)

dashboard/journal_entries#index

POST /dashboard/entries(.:format)

dashboard/journal_entries#create

new_dashboard_journal_entry_path GET /dashboard/entries/new(.:format)

dashboard/journal_entries#new

edit_dashboard_journal_entry_path GET /dashboard/entries/:id/edit(.:format)

dashboard/journal_entries#edit

dashboard_journal_entry_path GET /dashboard/entries/:id(.:format)

dashboard/journal_entries#show

PATCH /dashboard/entries/:id(.:format)

dashboard/journal_entries#update

PUT /dashboard/entries/:id(.:format)

dashboard/journal_entries#update

DELETE /dashboard/entries/:id(.:format)

dashboard/journal_entries#destroy

dashboard_categories_path GET /dashboard/categories(.:format)

dashboard/categories#index

POST /dashboard/categories(.:format)

dashboard/categories#create

new_dashboard_category_path GET /dashboard/categories/new(.:format)

dashboard/categories#new

edit_dashboard_category_path GET /dashboard/categories/:id/edit(.:format)

dashboard/categories#edit

dashboard_category_path GET /dashboard/categories/:id(.:format)

dashboard/categories#show

PATCH /dashboard/categories/:id(.:format)

dashboard/categories#update

PUT /dashboard/categories/:id(.:format)

dashboard/categories#update

DELETE /dashboard/categories/:id(.:format)

dashboard/categories#destroy

dashboard_food_entries_path GET /dashboard/food-diary(.:format)

dashboard/food_entries#index

POST /dashboard/food-diary(.:format)

dashboard/food_entries#create

new_dashboard_food_entry_path GET /dashboard/food-diary/new(.:format)

dashboard/food_entries#new

edit_dashboard_food_entry_path GET /dashboard/food-diary/:id/edit(.:format)

dashboard/food_entries#edit

dashboard_food_entry_path GET /dashboard/food-diary/:id(.:format)

dashboard/food_entries#show

PATCH /dashboard/food-diary/:id(.:format)

dashboard/food_entries#update

PUT /dashboard/food-diary/:id(.:format)

dashboard/food_entries#update

DELETE /dashboard/food-diary/:id(.:format)

dashboard/food_entries#destroy

dashboard_comment_comments_path GET /dashboard/comments/:comment_id/comments(.:format)

dashboard/comments#index

POST /dashboard/comments/:comment_id/comments(.:format)

dashboard/comments#create

new_dashboard_comment_comment_path GET /dashboard/comments/:comment_id/comments/new(.:format)

dashboard/comments#new

edit_dashboard_comment_comment_path GET /dashboard/comments/:comment_id/comments/:id/edit(.:format)

dashboard/comments#edit

dashboard_comment_comment_path GET /dashboard/comments/:comment_id/comments/:id(.:format)

dashboard/comments#show

PATCH /dashboard/comments/:comment_id/comments/:id(.:format)

dashboard/comments#update

PUT /dashboard/comments/:comment_id/comments/:id(.:format)

dashboard/comments#update

DELETE /dashboard/comments/:comment_id/comments/:id(.:format)

dashboard/comments#destroy

dashboard_comments_path GET /dashboard/comments(.:format)

dashboard/comments#index

POST /dashboard/comments(.:format)

dashboard/comments#create

new_dashboard_comment_path GET /dashboard/comments/new(.:format)

dashboard/comments#new

edit_dashboard_comment_path GET /dashboard/comments/:id/edit(.:format)

dashboard/comments#edit

dashboard_comment_path GET /dashboard/comments/:id(.:format)

dashboard/comments#show

PATCH /dashboard/comments/:id(.:format)

dashboard/comments#update

PUT /dashboard/comments/:id(.:format)

dashboard/comments#update

DELETE /dashboard/comments/:id(.:format)

dashboard/comments#destroy

dashboard_lesson_categories_path GET /dashboard/classes/:lesson_id/categories(.:format)

dashboard/categories#index

POST /dashboard/classes/:lesson_id/categories(.:format)

dashboard/categories#create

new_dashboard_lesson_category_path GET /dashboard/classes/:lesson_id/categories/new(.:format)

dashboard/categories#new

edit_dashboard_lesson_category_path GET /dashboard/classes/:lesson_id/categories/:id/edit(.:format)

dashboard/categories#edit

dashboard_lesson_category_path GET /dashboard/classes/:lesson_id/categories/:id(.:format)

dashboard/categories#show

PATCH /dashboard/classes/:lesson_id/categories/:id(.:format)

dashboard/categories#update

PUT /dashboard/classes/:lesson_id/categories/:id(.:format)

dashboard/categories#update

DELETE /dashboard/classes/:lesson_id/categories/:id(.:format)

dashboard/categories#destroy

dashboard_lesson_comments_path GET /dashboard/classes/:lesson_id/comments(.:format)

dashboard/lessons/comments#index

POST /dashboard/classes/:lesson_id/comments(.:format)

dashboard/lessons/comments#create

new_dashboard_lesson_comment_path GET /dashboard/classes/:lesson_id/comments/new(.:format)

dashboard/lessons/comments#new

edit_dashboard_lesson_comment_path GET /dashboard/classes/:lesson_id/comments/:id/edit(.:format)

dashboard/lessons/comments#edit

dashboard_lesson_comment_path GET /dashboard/classes/:lesson_id/comments/:id(.:format)

dashboard/lessons/comments#show

PATCH /dashboard/classes/:lesson_id/comments/:id(.:format)

dashboard/lessons/comments#update

PUT /dashboard/classes/:lesson_id/comments/:id(.:format)

dashboard/lessons/comments#update

DELETE /dashboard/classes/:lesson_id/comments/:id(.:format)

dashboard/lessons/comments#destroy

dashboard_lesson_likes_path GET /dashboard/classes/:lesson_id/likes(.:format)

dashboard/lessons/likes#index

POST /dashboard/classes/:lesson_id/likes(.:format)

dashboard/lessons/likes#create

new_dashboard_lesson_like_path GET /dashboard/classes/:lesson_id/likes/new(.:format)

dashboard/lessons/likes#new

edit_dashboard_lesson_like_path GET /dashboard/classes/:lesson_id/likes/:id/edit(.:format)

dashboard/lessons/likes#edit

dashboard_lesson_like_path GET /dashboard/classes/:lesson_id/likes/:id(.:format)

dashboard/lessons/likes#show

PATCH /dashboard/classes/:lesson_id/likes/:id(.:format)

dashboard/lessons/likes#update

PUT /dashboard/classes/:lesson_id/likes/:id(.:format)

dashboard/lessons/likes#update

DELETE /dashboard/classes/:lesson_id/likes/:id(.:format)

dashboard/lessons/likes#destroy

dashboard_lessons_path GET /dashboard/classes(.:format)

dashboard/lessons#index

POST /dashboard/classes(.:format)

dashboard/lessons#create

new_dashboard_lesson_path GET /dashboard/classes/new(.:format)

dashboard/lessons#new

edit_dashboard_lesson_path GET /dashboard/classes/:id/edit(.:format)

dashboard/lessons#edit

dashboard_lesson_path GET /dashboard/classes/:id(.:format)

dashboard/lessons#show

PATCH /dashboard/classes/:id(.:format)

dashboard/lessons#update

PUT /dashboard/classes/:id(.:format)

dashboard/lessons#update

DELETE /dashboard/classes/:id(.:format)

dashboard/lessons#destroy

dashboard_likes_path POST /dashboard/likes(.:format)

dashboard/likes#create

dashboard_like_path DELETE /dashboard/likes/:id(.:format)

dashboard/likes#destroy

dashboard_recipe_categories_path GET /dashboard/recipes/:recipe_id/categories(.:format)

dashboard/categories#index

POST /dashboard/recipes/:recipe_id/categories(.:format)

dashboard/categories#create

new_dashboard_recipe_category_path GET /dashboard/recipes/:recipe_id/categories/new(.:format)

dashboard/categories#new

edit_dashboard_recipe_category_path GET /dashboard/recipes/:recipe_id/categories/:id/edit(.:format)

dashboard/categories#edit

dashboard_recipe_category_path GET /dashboard/recipes/:recipe_id/categories/:id(.:format)

dashboard/categories#show

PATCH /dashboard/recipes/:recipe_id/categories/:id(.:format)

dashboard/categories#update

PUT /dashboard/recipes/:recipe_id/categories/:id(.:format)

dashboard/categories#update

DELETE /dashboard/recipes/:recipe_id/categories/:id(.:format)

dashboard/categories#destroy

dashboard_recipe_comments_path GET /dashboard/recipes/:recipe_id/comments(.:format)

dashboard/recipes/comments#index

POST /dashboard/recipes/:recipe_id/comments(.:format)

dashboard/recipes/comments#create

new_dashboard_recipe_comment_path GET /dashboard/recipes/:recipe_id/comments/new(.:format)

dashboard/recipes/comments#new

edit_dashboard_recipe_comment_path GET /dashboard/recipes/:recipe_id/comments/:id/edit(.:format)

dashboard/recipes/comments#edit

dashboard_recipe_comment_path GET /dashboard/recipes/:recipe_id/comments/:id(.:format)

dashboard/recipes/comments#show

PATCH /dashboard/recipes/:recipe_id/comments/:id(.:format)

dashboard/recipes/comments#update

PUT /dashboard/recipes/:recipe_id/comments/:id(.:format)

dashboard/recipes/comments#update

DELETE /dashboard/recipes/:recipe_id/comments/:id(.:format)

dashboard/recipes/comments#destroy

dashboard_recipe_likes_path GET /dashboard/recipes/:recipe_id/likes(.:format)

dashboard/recipes/likes#index

POST /dashboard/recipes/:recipe_id/likes(.:format)

dashboard/recipes/likes#create

new_dashboard_recipe_like_path GET /dashboard/recipes/:recipe_id/likes/new(.:format)

dashboard/recipes/likes#new

edit_dashboard_recipe_like_path GET /dashboard/recipes/:recipe_id/likes/:id/edit(.:format)

dashboard/recipes/likes#edit

dashboard_recipe_like_path GET /dashboard/recipes/:recipe_id/likes/:id(.:format)

dashboard/recipes/likes#show

PATCH /dashboard/recipes/:recipe_id/likes/:id(.:format)

dashboard/recipes/likes#update

PUT /dashboard/recipes/:recipe_id/likes/:id(.:format)

dashboard/recipes/likes#update

DELETE /dashboard/recipes/:recipe_id/likes/:id(.:format)

dashboard/recipes/likes#destroy

dashboard_recipes_path GET /dashboard/recipes(.:format)

dashboard/recipes#index

POST /dashboard/recipes(.:format)

dashboard/recipes#create

new_dashboard_recipe_path GET /dashboard/recipes/new(.:format)

dashboard/recipes#new

edit_dashboard_recipe_path GET /dashboard/recipes/:id/edit(.:format)

dashboard/recipes#edit

dashboard_recipe_path GET /dashboard/recipes/:id(.:format)

dashboard/recipes#show

PATCH /dashboard/recipes/:id(.:format)

dashboard/recipes#update

PUT /dashboard/recipes/:id(.:format)

dashboard/recipes#update

DELETE /dashboard/recipes/:id(.:format)

dashboard/recipes#destroy

dashboard_post_comments_path GET /dashboard/blog/:post_id/comments(.:format)

dashboard/posts/comments#index

POST /dashboard/blog/:post_id/comments(.:format)

dashboard/posts/comments#create

new_dashboard_post_comment_path GET /dashboard/blog/:post_id/comments/new(.:format)

dashboard/posts/comments#new

edit_dashboard_post_comment_path GET /dashboard/blog/:post_id/comments/:id/edit(.:format)

dashboard/posts/comments#edit

dashboard_post_comment_path GET /dashboard/blog/:post_id/comments/:id(.:format)

dashboard/posts/comments#show

PATCH /dashboard/blog/:post_id/comments/:id(.:format)

dashboard/posts/comments#update

PUT /dashboard/blog/:post_id/comments/:id(.:format)

dashboard/posts/comments#update

DELETE /dashboard/blog/:post_id/comments/:id(.:format)

dashboard/posts/comments#destroy

dashboard_post_likes_path GET /dashboard/blog/:post_id/likes(.:format)

dashboard/posts/likes#index

POST /dashboard/blog/:post_id/likes(.:format)

dashboard/posts/likes#create

new_dashboard_post_like_path GET /dashboard/blog/:post_id/likes/new(.:format)

dashboard/posts/likes#new

edit_dashboard_post_like_path GET /dashboard/blog/:post_id/likes/:id/edit(.:format)

dashboard/posts/likes#edit

dashboard_post_like_path GET /dashboard/blog/:post_id/likes/:id(.:format)

dashboard/posts/likes#show

PATCH /dashboard/blog/:post_id/likes/:id(.:format)

dashboard/posts/likes#update

PUT /dashboard/blog/:post_id/likes/:id(.:format)

dashboard/posts/likes#update

DELETE /dashboard/blog/:post_id/likes/:id(.:format)

dashboard/posts/likes#destroy

dashboard_posts_path GET /dashboard/blog(.:format)

dashboard/posts#index

POST /dashboard/blog(.:format)

dashboard/posts#create

new_dashboard_post_path GET /dashboard/blog/new(.:format)

dashboard/posts#new

edit_dashboard_post_path GET /dashboard/blog/:id/edit(.:format)

dashboard/posts#edit

dashboard_post_path GET /dashboard/blog/:id(.:format)

dashboard/posts#show

PATCH /dashboard/blog/:id(.:format)

dashboard/posts#update

PUT /dashboard/blog/:id(.:format)

dashboard/posts#update

DELETE /dashboard/blog/:id(.:format)

dashboard/posts#destroy

dashboard_completed_lessons_path POST /dashboard/completed_lessons(.:format)

dashboard/completed_lessons#create

dashboard_completed_lesson_path DELETE /dashboard/completed_lessons/:id(.:format)

dashboard/completed_lessons#destroy

dashboard_user_completed_lessons_path POST /dashboard/users/:user_id/completed_lessons(.:format)

dashboard/completed_lessons#create

dashboard_user_completed_lesson_path DELETE /dashboard/users/:user_id/completed_lessons/:id(.:format)

dashboard/completed_lessons#destroy

dashboard_users_path GET /dashboard/users(.:format)

dashboard/users#index

POST /dashboard/users(.:format)

dashboard/users#create

new_dashboard_user_path GET /dashboard/users/new(.:format)

dashboard/users#new

edit_dashboard_user_path GET /dashboard/users/:id/edit(.:format)

dashboard/users#edit

dashboard_user_path GET /dashboard/users/:id(.:format)

dashboard/users#show

PATCH /dashboard/users/:id(.:format)

dashboard/users#update

PUT /dashboard/users/:id(.:format)

dashboard/users#update

DELETE /dashboard/users/:id(.:format)

dashboard/users#destroy

rails_admin_path /admin

RailsAdmin::Engine

new_year_new_you_challenge_path GET /new-year-new-you-challenge(.:format)

redirect(301, beyond)

online_classes_path GET /online-classes(.:format)

redirect(301, dashboard)

pre_post_pregnancy_exercise_path GET /pre-post-pregnancy-exercise(.:format)

redirect(301, pregnancy)

project_category_beyond_path GET /project_category/beyond(.:format)

redirect(301, beyond)

recorded_classes_path GET /recorded-classes(.:format)

redirect(301, dashboard)

how_to_fall_in_love_with_exercise_path GET /how-to-fall-in-love-with-exercise(.:format)

redirect(301, blog/how-to-fall-in-love-with-exercise)

divarication_recti_path GET /divarication-recti(.:format)

redirect(301, blog/divarication-recti)

get_overtired_baby_to_sleep_path GET /get-overtired-baby-to-sleep(.:format)

redirect(301, blog/get-overtired-baby-to-sleep)

best_exercises_for_getting_rid_of_bingo_wings_path GET /best-exercises-for-getting-rid-of-bingo-wings(.:format)

redirect(301, blog/best-exercises-for-getting-rid-of-bingo-wings)

childrens_mental_health_week_growing_together_in_2022_path GET /childrens-mental-health-week-growing-together-in-2022(.:format)

redirect(301, blog/childrens-mental-health-week-growing-together-in-2022)

c_section_scar_pains_path GET /c-section-scar-pains(.:format)

redirect(301, blog/c-section-scar-pains)

first_trimester_yoga_path GET /first-trimester-yoga(.:format)

redirect(301, blog/first-trimester-yoga)

restore_your_core_postpartum_exercise_path GET /restore-your-core-postpartum-exercise(.:format)

redirect(301, blog/restore-your-core-postpartum-exercise)

core_exercises_for_women_that_every_mum_needs_path GET /core-exercises-for-women-that-every-mum-needs(.:format)

redirect(301, blog/core-exercises-for-women-that-every-mum-needs)

pelvic_floor_exercises_in_pregnancy_postnatal_path GET /pelvic-floor-exercises-in-pregnancy-postnatal(.:format)

redirect(301, blog/pelvic-floor-exercises-in-pregnancy-postnatal)

world_breastfeeding_week_path GET /world-breastfeeding-week(.:format)

redirect(301, blog/world-breastfeeding-week)

perinatal_mental_health_pregnant_in_pandemic_path GET /perinatal-mental-health-pregnant-in-pandemic(.:format)

redirect(301, blog/perinatal-mental-health-pregnant-in-pandemic)

postnatal_exercise_program_path GET /postnatal-exercise-program(.:format)

redirect(301, blog/postnatal-exercise-program)

home_workouts_for_busy_mums_path GET /home-workouts-for-busy-mums(.:format)

redirect(301, blog/home-workouts-for-busy-mums)

the_importance_of_sports_for_children_path GET /the-importance-of-sports-for-children(.:format)

redirect(301, blog/the-importance-of-sports-for-children)

cleanup_users_non_admin_nil_subscriptions_path GET /cleanup/users/non-admin-nil-subscriptions(.:format)

cleanup_users#non_admin_nil_subscriptions

search_dashboard_path GET /dashboard/search(.:format)

dashboard/search#index

defence_case_study_path GET /case-studies/defence-dot-com(.:format)

case_studies#defence

edit_card_path GET /edit_card(.:format)

subscribers#edit_card

edit_customer_card_path GET /customer/edit-card(.:format)

customer#edit_card

subscribe_and_save_card_path GET /subscribe_and_save_card(.:format)

customer#subscribe_and_add_card

turbo_recede_historical_location_path GET /recede_historical_location(.:format)

turbo/native/navigation#recede

turbo_resume_historical_location_path GET /resume_historical_location(.:format)

turbo/native/navigation#resume

turbo_refresh_historical_location_path GET /refresh_historical_location(.:format)

turbo/native/navigation#refresh

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

Routes for RailsAdmin::Engine
dashboard_path GET /

rails_admin/main#dashboard

index_path GET|POST /:model_name(.:format)

rails_admin/main#index

new_path GET|POST /:model_name/new(.:format)

rails_admin/main#new

export_path GET|POST /:model_name/export(.:format)

rails_admin/main#export

bulk_delete_path POST|DELETE /:model_name/bulk_delete(.:format)

rails_admin/main#bulk_delete

bulk_action_path POST /:model_name/bulk_action(.:format)

rails_admin/main#bulk_action

show_path GET /:model_name/:id(.:format)

rails_admin/main#show

edit_path GET|PUT /:model_name/:id/edit(.:format)

rails_admin/main#edit

delete_path GET|DELETE /:model_name/:id/delete(.:format)

rails_admin/main#delete

show_in_app_path GET /:model_name/:id/show_in_app(.:format)

rails_admin/main#show_in_app

Request

Parameters:

None

Response

Headers:

None