No route matches [GET] "/accounts/when-to-use-graphql"

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
hello_world_path GET /hello_world(.:format)

hello_world#index

new_account_session_path GET /accounts/sign_in(.:format)

devise/sessions#new

account_session_path POST /accounts/sign_in(.:format)

devise/sessions#create

destroy_account_session_path DELETE /accounts/sign_out(.:format)

devise/sessions#destroy

new_account_password_path GET /accounts/password/new(.:format)

devise/passwords#new

edit_account_password_path GET /accounts/password/edit(.:format)

devise/passwords#edit

account_password_path PATCH /accounts/password(.:format)

devise/passwords#update

PUT /accounts/password(.:format)

devise/passwords#update

POST /accounts/password(.:format)

devise/passwords#create

cancel_account_registration_path GET /accounts/cancel(.:format)

registrations#cancel

new_account_registration_path GET /accounts/sign_up(.:format)

registrations#new

edit_account_registration_path GET /accounts/edit(.:format)

registrations#edit

account_registration_path PATCH /accounts(.:format)

registrations#update

PUT /accounts(.:format)

registrations#update

DELETE /accounts(.:format)

registrations#destroy

POST /accounts(.:format)

registrations#create

new_account_confirmation_path GET /accounts/confirmation/new(.:format)

confirmations#new

account_confirmation_path GET /accounts/confirmation(.:format)

confirmations#show

POST /accounts/confirmation(.:format)

confirmations#create

quick_signup_path POST /quick_signup(.:format)

newsletter#sign_up

exit_intent_path POST /exit_intent(.:format)

exit_intent#create

unsubscribe_path GET /unsubscribe(.:format)

unsubscribe#create

GET /unsubscribe(.:format)

unsubscribe#create

GET /marketing_api/recent_targets/:recent_target_id/:crusade(.:format)

marketing_api/recent_targets#show

marketing_api_recent_targets_path GET /marketing_api/recent_targets(.:format)

marketing_api/recent_targets#index

POST /marketing_api/recent_targets(.:format)

marketing_api/recent_targets#create

new_marketing_api_recent_target_path GET /marketing_api/recent_targets/new(.:format)

marketing_api/recent_targets#new

edit_marketing_api_recent_target_path GET /marketing_api/recent_targets/:id/edit(.:format)

marketing_api/recent_targets#edit

marketing_api_recent_target_path GET /marketing_api/recent_targets/:id(.:format)

marketing_api/recent_targets#show

PATCH /marketing_api/recent_targets/:id(.:format)

marketing_api/recent_targets#update

PUT /marketing_api/recent_targets/:id(.:format)

marketing_api/recent_targets#update

DELETE /marketing_api/recent_targets/:id(.:format)

marketing_api/recent_targets#destroy

api_v1_crusade_targets_path GET /api/v1/crusades/:crusade_id/targets(.:format)

api/v1/targets#index

POST /api/v1/crusades/:crusade_id/targets(.:format)

api/v1/targets#create

new_api_v1_crusade_target_path GET /api/v1/crusades/:crusade_id/targets/new(.:format)

api/v1/targets#new

edit_api_v1_crusade_target_path GET /api/v1/crusades/:crusade_id/targets/:id/edit(.:format)

api/v1/targets#edit

api_v1_crusade_target_path GET /api/v1/crusades/:crusade_id/targets/:id(.:format)

api/v1/targets#show

PATCH /api/v1/crusades/:crusade_id/targets/:id(.:format)

api/v1/targets#update

PUT /api/v1/crusades/:crusade_id/targets/:id(.:format)

api/v1/targets#update

DELETE /api/v1/crusades/:crusade_id/targets/:id(.:format)

api/v1/targets#destroy

api_v1_crusades_path GET /api/v1/crusades(.:format)

api/v1/crusades#index

POST /api/v1/crusades(.:format)

api/v1/crusades#create

new_api_v1_crusade_path GET /api/v1/crusades/new(.:format)

api/v1/crusades#new

edit_api_v1_crusade_path GET /api/v1/crusades/:id/edit(.:format)

api/v1/crusades#edit

api_v1_crusade_path GET /api/v1/crusades/:id(.:format)

api/v1/crusades#show

PATCH /api/v1/crusades/:id(.:format)

api/v1/crusades#update

PUT /api/v1/crusades/:id(.:format)

api/v1/crusades#update

DELETE /api/v1/crusades/:id(.:format)

api/v1/crusades#destroy

api_internal_crusade_email_sent_stats_path POST /api/internal/crusades/:crusade_id/email_sent_stats(.:format)

api/internal/email_sent_stats#index

GET /api/internal/crusades/:crusade_id/email_sent_stats(.:format)

api/internal/email_sent_stats#index

api_internal_crusade_subscriber_stats_path POST /api/internal/crusades/:crusade_id/subscriber_stats(.:format)

api/internal/subscriber_stats#index

GET /api/internal/crusades/:crusade_id/subscriber_stats(.:format)

api/internal/subscriber_stats#index

api_internal_crusades_path GET /api/internal/crusades(.:format)

api/internal/crusades#index

POST /api/internal/crusades(.:format)

api/internal/crusades#create

new_api_internal_crusade_path GET /api/internal/crusades/new(.:format)

api/internal/crusades#new

edit_api_internal_crusade_path GET /api/internal/crusades/:id/edit(.:format)

api/internal/crusades#edit

api_internal_crusade_path GET /api/internal/crusades/:id(.:format)

api/internal/crusades#show

PATCH /api/internal/crusades/:id(.:format)

api/internal/crusades#update

PUT /api/internal/crusades/:id(.:format)

api/internal/crusades#update

DELETE /api/internal/crusades/:id(.:format)

api/internal/crusades#destroy

OPTIONS /*path(.:format)

application#options

checkout_root_path GET /checkout(.:format)

checkout/checkout#create

checkout_confirm_path POST /checkout/confirm(.:format)

checkout/checkout#confirm

checkout_receiver_path POST /checkout/receiver(.:format)

checkout/checkout#receiver

edit_checkout_invoice_path GET /checkout/invoices/:id/edit(.:format)

checkout/invoices#edit

checkout_invoice_path GET /checkout/invoices/:id(.:format)

checkout/invoices#show

checkout_multipay_new_path GET /checkout/multipay/new(.:format)

checkout/multi_invoice_payments#new

checkout_multipay_create_path POST /checkout/multipay/create(.:format)

checkout/multi_invoice_payments#create

checkout_products_path GET /checkout/products(.:format)

checkout/products#index

checkout_product_path GET /checkout/products/:id(.:format)

checkout/products#show

check_licenses_path GET /check_licenses/:product_key(.:format)

check_licenses/license#create

dashboard_licenses_path GET /dashboard/licenses(.:format)

dashboard/licenses#index

POST /dashboard/licenses(.:format)

dashboard/licenses#create

new_dashboard_license_path GET /dashboard/licenses/new(.:format)

dashboard/licenses#new

edit_dashboard_license_path GET /dashboard/licenses/:id/edit(.:format)

dashboard/licenses#edit

dashboard_license_path GET /dashboard/licenses/:id(.:format)

dashboard/licenses#show

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

dashboard/licenses#update

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

dashboard/licenses#update

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

dashboard/licenses#destroy

dashboard_account_dashboard_path GET /dashboard/account_dashboard(.:format)

dashboard/dashboard#account_dashboard

domain_spf_check_dashboard_manager_crusade_path PUT /dashboard/manager/crusades/:id/domain_spf_check(.:format)

dashboard/manager/crusades#domain_spf_check

activate_dashboard_manager_crusade_path PUT /dashboard/manager/crusades/:id/activate(.:format)

dashboard/manager/crusades#activate

pause_dashboard_manager_crusade_path PUT /dashboard/manager/crusades/:id/pause(.:format)

dashboard/manager/crusades#pause

dashboard_manager_crusade_send_sample_email_index_path POST /dashboard/manager/crusades/:crusade_id/send_sample_email(.:format)

dashboard/manager/send_sample_email#create {:to=>"Dashboard::Manager::SendSampleEmailController"}

dashboard_manager_crusades_path GET /dashboard/manager/crusades(.:format)

dashboard/manager/crusades#index

POST /dashboard/manager/crusades(.:format)

dashboard/manager/crusades#create

new_dashboard_manager_crusade_path GET /dashboard/manager/crusades/new(.:format)

dashboard/manager/crusades#new

edit_dashboard_manager_crusade_path GET /dashboard/manager/crusades/:id/edit(.:format)

dashboard/manager/crusades#edit

dashboard_manager_crusade_path GET /dashboard/manager/crusades/:id(.:format)

dashboard/manager/crusades#show

PATCH /dashboard/manager/crusades/:id(.:format)

dashboard/manager/crusades#update

PUT /dashboard/manager/crusades/:id(.:format)

dashboard/manager/crusades#update

DELETE /dashboard/manager/crusades/:id(.:format)

dashboard/manager/crusades#destroy

dashboard_manager_merged_emails_path GET /dashboard/manager/merged_emails(.:format)

dashboard/manager/merged_emails#index

POST /dashboard/manager/merged_emails(.:format)

dashboard/manager/merged_emails#create

new_dashboard_manager_merged_email_path GET /dashboard/manager/merged_emails/new(.:format)

dashboard/manager/merged_emails#new

edit_dashboard_manager_merged_email_path GET /dashboard/manager/merged_emails/:id/edit(.:format)

dashboard/manager/merged_emails#edit

dashboard_manager_merged_email_path GET /dashboard/manager/merged_emails/:id(.:format)

dashboard/manager/merged_emails#show

PATCH /dashboard/manager/merged_emails/:id(.:format)

dashboard/manager/merged_emails#update

PUT /dashboard/manager/merged_emails/:id(.:format)

dashboard/manager/merged_emails#update

DELETE /dashboard/manager/merged_emails/:id(.:format)

dashboard/manager/merged_emails#destroy

dashboard_manager_refresh_requests_path GET /dashboard/manager/refresh_requests(.:format)

dashboard/manager/refresh_requests#index

POST /dashboard/manager/refresh_requests(.:format)

dashboard/manager/refresh_requests#create

new_dashboard_manager_refresh_request_path GET /dashboard/manager/refresh_requests/new(.:format)

dashboard/manager/refresh_requests#new

edit_dashboard_manager_refresh_request_path GET /dashboard/manager/refresh_requests/:id/edit(.:format)

dashboard/manager/refresh_requests#edit

dashboard_manager_refresh_request_path GET /dashboard/manager/refresh_requests/:id(.:format)

dashboard/manager/refresh_requests#show

PATCH /dashboard/manager/refresh_requests/:id(.:format)

dashboard/manager/refresh_requests#update

PUT /dashboard/manager/refresh_requests/:id(.:format)

dashboard/manager/refresh_requests#update

DELETE /dashboard/manager/refresh_requests/:id(.:format)

dashboard/manager/refresh_requests#destroy

dashboard_crusade_providers_path GET /dashboard/crusades/:crusade_id/providers(.:format)

dashboard/providers#index

POST /dashboard/crusades/:crusade_id/providers(.:format)

dashboard/providers#create

new_dashboard_crusade_provider_path GET /dashboard/crusades/:crusade_id/providers/new(.:format)

dashboard/providers#new

edit_dashboard_crusade_provider_path GET /dashboard/crusades/:crusade_id/providers/:id/edit(.:format)

dashboard/providers#edit

dashboard_crusade_provider_path GET /dashboard/crusades/:crusade_id/providers/:id(.:format)

dashboard/providers#show

PATCH /dashboard/crusades/:crusade_id/providers/:id(.:format)

dashboard/providers#update

PUT /dashboard/crusades/:crusade_id/providers/:id(.:format)

dashboard/providers#update

DELETE /dashboard/crusades/:crusade_id/providers/:id(.:format)

dashboard/providers#destroy

dashboard_crusade_crusade_targets_path GET /dashboard/crusades/:crusade_id/crusade_targets(.:format)

dashboard/crusade_targets#index

POST /dashboard/crusades/:crusade_id/crusade_targets(.:format)

dashboard/crusade_targets#create

new_dashboard_crusade_crusade_target_path GET /dashboard/crusades/:crusade_id/crusade_targets/new(.:format)

dashboard/crusade_targets#new

edit_dashboard_crusade_crusade_target_path GET /dashboard/crusades/:crusade_id/crusade_targets/:id/edit(.:format)

dashboard/crusade_targets#edit

dashboard_crusade_crusade_target_path GET /dashboard/crusades/:crusade_id/crusade_targets/:id(.:format)

dashboard/crusade_targets#show

PATCH /dashboard/crusades/:crusade_id/crusade_targets/:id(.:format)

dashboard/crusade_targets#update

PUT /dashboard/crusades/:crusade_id/crusade_targets/:id(.:format)

dashboard/crusade_targets#update

DELETE /dashboard/crusades/:crusade_id/crusade_targets/:id(.:format)

dashboard/crusade_targets#destroy

dashboard_crusade_template_send_test_email_index_path POST /dashboard/crusades/:crusade_id/templates/:template_id/send_test_email(.:format)

dashboard/send_test_email#create

dashboard_crusade_templates_path GET /dashboard/crusades/:crusade_id/templates(.:format)

dashboard/templates#index

POST /dashboard/crusades/:crusade_id/templates(.:format)

dashboard/templates#create

new_dashboard_crusade_template_path GET /dashboard/crusades/:crusade_id/templates/new(.:format)

dashboard/templates#new

edit_dashboard_crusade_template_path GET /dashboard/crusades/:crusade_id/templates/:id/edit(.:format)

dashboard/templates#edit

dashboard_crusade_template_path GET /dashboard/crusades/:crusade_id/templates/:id(.:format)

dashboard/templates#show

PATCH /dashboard/crusades/:crusade_id/templates/:id(.:format)

dashboard/templates#update

PUT /dashboard/crusades/:crusade_id/templates/:id(.:format)

dashboard/templates#update

DELETE /dashboard/crusades/:crusade_id/templates/:id(.:format)

dashboard/templates#destroy

dashboard_crusades_path GET /dashboard/crusades(.:format)

dashboard/crusades#index

POST /dashboard/crusades(.:format)

dashboard/crusades#create

new_dashboard_crusade_path GET /dashboard/crusades/new(.:format)

dashboard/crusades#new

edit_dashboard_crusade_path GET /dashboard/crusades/:id/edit(.:format)

dashboard/crusades#edit

dashboard_crusade_path GET /dashboard/crusades/:id(.:format)

dashboard/crusades#show

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

dashboard/crusades#update

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

dashboard/crusades#update

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

dashboard/crusades#destroy

dashboard_payment_methods_path GET /dashboard/payment_methods(.:format)

dashboard/payment_methods#index

POST /dashboard/payment_methods(.:format)

dashboard/payment_methods#create

new_dashboard_payment_method_path GET /dashboard/payment_methods/new(.:format)

dashboard/payment_methods#new

edit_dashboard_payment_method_path GET /dashboard/payment_methods/:id/edit(.:format)

dashboard/payment_methods#edit

dashboard_payment_method_path GET /dashboard/payment_methods/:id(.:format)

dashboard/payment_methods#show

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

dashboard/payment_methods#update

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

dashboard/payment_methods#update

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

dashboard/payment_methods#destroy

dashboard_invoice_line_items_path GET /dashboard/invoices/:invoice_id/line_items(.:format)

dashboard/line_items#index

POST /dashboard/invoices/:invoice_id/line_items(.:format)

dashboard/line_items#create

new_dashboard_invoice_line_item_path GET /dashboard/invoices/:invoice_id/line_items/new(.:format)

dashboard/line_items#new

edit_dashboard_invoice_line_item_path GET /dashboard/invoices/:invoice_id/line_items/:id/edit(.:format)

dashboard/line_items#edit

dashboard_invoice_line_item_path GET /dashboard/invoices/:invoice_id/line_items/:id(.:format)

dashboard/line_items#show

PATCH /dashboard/invoices/:invoice_id/line_items/:id(.:format)

dashboard/line_items#update

PUT /dashboard/invoices/:invoice_id/line_items/:id(.:format)

dashboard/line_items#update

DELETE /dashboard/invoices/:invoice_id/line_items/:id(.:format)

dashboard/line_items#destroy

dashboard_invoices_path GET /dashboard/invoices(.:format)

dashboard/invoices#index

POST /dashboard/invoices(.:format)

dashboard/invoices#create

new_dashboard_invoice_path GET /dashboard/invoices/new(.:format)

dashboard/invoices#new

edit_dashboard_invoice_path GET /dashboard/invoices/:id/edit(.:format)

dashboard/invoices#edit

dashboard_invoice_path GET /dashboard/invoices/:id(.:format)

dashboard/invoices#show

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

dashboard/invoices#update

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

dashboard/invoices#update

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

dashboard/invoices#destroy

dashboard_skins_path GET /dashboard/skins(.:format)

dashboard/skins#index

POST /dashboard/skins(.:format)

dashboard/skins#create

new_dashboard_skin_path GET /dashboard/skins/new(.:format)

dashboard/skins#new

edit_dashboard_skin_path GET /dashboard/skins/:id/edit(.:format)

dashboard/skins#edit

dashboard_skin_path GET /dashboard/skins/:id(.:format)

dashboard/skins#show

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

dashboard/skins#update

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

dashboard/skins#update

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

dashboard/skins#destroy

dashboard_targets_path GET /dashboard/targets(.:format)

dashboard/targets#index

POST /dashboard/targets(.:format)

dashboard/targets#create

new_dashboard_target_path GET /dashboard/targets/new(.:format)

dashboard/targets#new

edit_dashboard_target_path GET /dashboard/targets/:id/edit(.:format)

dashboard/targets#edit

dashboard_target_path GET /dashboard/targets/:id(.:format)

dashboard/targets#show

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

dashboard/targets#update

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

dashboard/targets#update

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

dashboard/targets#destroy

dashboard_get_emails_imports_path GET /dashboard/get_emails_imports(.:format)

dashboard/get_emails_imports#index

POST /dashboard/get_emails_imports(.:format)

dashboard/get_emails_imports#create

new_dashboard_get_emails_import_path GET /dashboard/get_emails_imports/new(.:format)

dashboard/get_emails_imports#new

edit_dashboard_get_emails_import_path GET /dashboard/get_emails_imports/:id/edit(.:format)

dashboard/get_emails_imports#edit

dashboard_get_emails_import_path GET /dashboard/get_emails_imports/:id(.:format)

dashboard/get_emails_imports#show

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

dashboard/get_emails_imports#update

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

dashboard/get_emails_imports#update

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

dashboard/get_emails_imports#destroy

dashboard_get_emails_rule_get_emails_rule_urls_path GET /dashboard/get_emails_rules/:get_emails_rule_id/get_emails_rule_urls(.:format)

dashboard/get_emails_rule_urls#index

POST /dashboard/get_emails_rules/:get_emails_rule_id/get_emails_rule_urls(.:format)

dashboard/get_emails_rule_urls#create

new_dashboard_get_emails_rule_get_emails_rule_url_path GET /dashboard/get_emails_rules/:get_emails_rule_id/get_emails_rule_urls/new(.:format)

dashboard/get_emails_rule_urls#new

edit_dashboard_get_emails_rule_get_emails_rule_url_path GET /dashboard/get_emails_rules/:get_emails_rule_id/get_emails_rule_urls/:id/edit(.:format)

dashboard/get_emails_rule_urls#edit

dashboard_get_emails_rule_get_emails_rule_url_path GET /dashboard/get_emails_rules/:get_emails_rule_id/get_emails_rule_urls/:id(.:format)

dashboard/get_emails_rule_urls#show

PATCH /dashboard/get_emails_rules/:get_emails_rule_id/get_emails_rule_urls/:id(.:format)

dashboard/get_emails_rule_urls#update

PUT /dashboard/get_emails_rules/:get_emails_rule_id/get_emails_rule_urls/:id(.:format)

dashboard/get_emails_rule_urls#update

DELETE /dashboard/get_emails_rules/:get_emails_rule_id/get_emails_rule_urls/:id(.:format)

dashboard/get_emails_rule_urls#destroy

dashboard_get_emails_rules_path GET /dashboard/get_emails_rules(.:format)

dashboard/get_emails_rules#index

POST /dashboard/get_emails_rules(.:format)

dashboard/get_emails_rules#create

new_dashboard_get_emails_rule_path GET /dashboard/get_emails_rules/new(.:format)

dashboard/get_emails_rules#new

edit_dashboard_get_emails_rule_path GET /dashboard/get_emails_rules/:id/edit(.:format)

dashboard/get_emails_rules#edit

dashboard_get_emails_rule_path GET /dashboard/get_emails_rules/:id(.:format)

dashboard/get_emails_rules#show

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

dashboard/get_emails_rules#update

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

dashboard/get_emails_rules#update

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

dashboard/get_emails_rules#destroy

dashboard_get_emails_hook_get_emails_rule_get_emails_rule_urls_path GET /dashboard/get_emails_hooks/:get_emails_hook_id/get_emails_rules/:get_emails_rule_id/get_emails_rule_urls(.:format)

dashboard/get_emails_rule_urls#index

POST /dashboard/get_emails_hooks/:get_emails_hook_id/get_emails_rules/:get_emails_rule_id/get_emails_rule_urls(.:format)

dashboard/get_emails_rule_urls#create

new_dashboard_get_emails_hook_get_emails_rule_get_emails_rule_url_path GET /dashboard/get_emails_hooks/:get_emails_hook_id/get_emails_rules/:get_emails_rule_id/get_emails_rule_urls/new(.:format)

dashboard/get_emails_rule_urls#new

edit_dashboard_get_emails_hook_get_emails_rule_get_emails_rule_url_path GET /dashboard/get_emails_hooks/:get_emails_hook_id/get_emails_rules/:get_emails_rule_id/get_emails_rule_urls/:id/edit(.:format)

dashboard/get_emails_rule_urls#edit

dashboard_get_emails_hook_get_emails_rule_get_emails_rule_url_path GET /dashboard/get_emails_hooks/:get_emails_hook_id/get_emails_rules/:get_emails_rule_id/get_emails_rule_urls/:id(.:format)

dashboard/get_emails_rule_urls#show

PATCH /dashboard/get_emails_hooks/:get_emails_hook_id/get_emails_rules/:get_emails_rule_id/get_emails_rule_urls/:id(.:format)

dashboard/get_emails_rule_urls#update

PUT /dashboard/get_emails_hooks/:get_emails_hook_id/get_emails_rules/:get_emails_rule_id/get_emails_rule_urls/:id(.:format)

dashboard/get_emails_rule_urls#update

DELETE /dashboard/get_emails_hooks/:get_emails_hook_id/get_emails_rules/:get_emails_rule_id/get_emails_rule_urls/:id(.:format)

dashboard/get_emails_rule_urls#destroy

dashboard_get_emails_hook_get_emails_rules_path GET /dashboard/get_emails_hooks/:get_emails_hook_id/get_emails_rules(.:format)

dashboard/get_emails_rules#index

POST /dashboard/get_emails_hooks/:get_emails_hook_id/get_emails_rules(.:format)

dashboard/get_emails_rules#create

new_dashboard_get_emails_hook_get_emails_rule_path GET /dashboard/get_emails_hooks/:get_emails_hook_id/get_emails_rules/new(.:format)

dashboard/get_emails_rules#new

edit_dashboard_get_emails_hook_get_emails_rule_path GET /dashboard/get_emails_hooks/:get_emails_hook_id/get_emails_rules/:id/edit(.:format)

dashboard/get_emails_rules#edit

dashboard_get_emails_hook_get_emails_rule_path GET /dashboard/get_emails_hooks/:get_emails_hook_id/get_emails_rules/:id(.:format)

dashboard/get_emails_rules#show

PATCH /dashboard/get_emails_hooks/:get_emails_hook_id/get_emails_rules/:id(.:format)

dashboard/get_emails_rules#update

PUT /dashboard/get_emails_hooks/:get_emails_hook_id/get_emails_rules/:id(.:format)

dashboard/get_emails_rules#update

DELETE /dashboard/get_emails_hooks/:get_emails_hook_id/get_emails_rules/:id(.:format)

dashboard/get_emails_rules#destroy

dashboard_get_emails_hooks_path GET /dashboard/get_emails_hooks(.:format)

dashboard/get_emails_hooks#index

POST /dashboard/get_emails_hooks(.:format)

dashboard/get_emails_hooks#create

new_dashboard_get_emails_hook_path GET /dashboard/get_emails_hooks/new(.:format)

dashboard/get_emails_hooks#new

edit_dashboard_get_emails_hook_path GET /dashboard/get_emails_hooks/:id/edit(.:format)

dashboard/get_emails_hooks#edit

dashboard_get_emails_hook_path GET /dashboard/get_emails_hooks/:id(.:format)

dashboard/get_emails_hooks#show

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

dashboard/get_emails_hooks#update

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

dashboard/get_emails_hooks#update

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

dashboard/get_emails_hooks#destroy

dashboard_subscriptions_path GET /dashboard/subscriptions(.:format)

dashboard/subscriptions#index

POST /dashboard/subscriptions(.:format)

dashboard/subscriptions#create

new_dashboard_subscription_path GET /dashboard/subscriptions/new(.:format)

dashboard/subscriptions#new

edit_dashboard_subscription_path GET /dashboard/subscriptions/:id/edit(.:format)

dashboard/subscriptions#edit

dashboard_subscription_path GET /dashboard/subscriptions/:id(.:format)

dashboard/subscriptions#show

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

dashboard/subscriptions#update

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

dashboard/subscriptions#update

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

dashboard/subscriptions#destroy

dashboard_accounts_path GET /dashboard/accounts(.:format)

dashboard/accounts#index

POST /dashboard/accounts(.:format)

dashboard/accounts#create

new_dashboard_account_path GET /dashboard/accounts/new(.:format)

dashboard/accounts#new

edit_dashboard_account_path GET /dashboard/accounts/:id/edit(.:format)

dashboard/accounts#edit

dashboard_account_path GET /dashboard/accounts/:id(.:format)

dashboard/accounts#show

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

dashboard/accounts#update

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

dashboard/accounts#update

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

dashboard/accounts#destroy

dashboard_file_uploads_path GET /dashboard/file_uploads(.:format)

dashboard/file_uploads#index

POST /dashboard/file_uploads(.:format)

dashboard/file_uploads#create

new_dashboard_file_upload_path GET /dashboard/file_uploads/new(.:format)

dashboard/file_uploads#new

edit_dashboard_file_upload_path GET /dashboard/file_uploads/:id/edit(.:format)

dashboard/file_uploads#edit

dashboard_file_upload_path GET /dashboard/file_uploads/:id(.:format)

dashboard/file_uploads#show

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

dashboard/file_uploads#update

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

dashboard/file_uploads#update

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

dashboard/file_uploads#destroy

dashboard_root_path GET /dashboard(.:format)

dashboard/dashboard#index

admin_path GET /admin(.:format)

admin/root#index

admin_account_masquerade_index_path GET /admin/account_masquerade(.:format)

admin/account_masquerade#index

POST /admin/account_masquerade(.:format)

admin/account_masquerade#create

new_admin_account_masquerade_path GET /admin/account_masquerade/new(.:format)

admin/account_masquerade#new

edit_admin_account_masquerade_path GET /admin/account_masquerade/:id/edit(.:format)

admin/account_masquerade#edit

admin_account_masquerade_path GET /admin/account_masquerade/:id(.:format)

admin/account_masquerade#show

PATCH /admin/account_masquerade/:id(.:format)

admin/account_masquerade#update

PUT /admin/account_masquerade/:id(.:format)

admin/account_masquerade#update

DELETE /admin/account_masquerade/:id(.:format)

admin/account_masquerade#destroy

admin_accounts_typeahead_index_path GET /admin/accounts_typeahead(.:format)

admin/accounts_typeahead#index

admin_subscriptions_path GET /admin/subscriptions(.:format)

admin/subscriptions#index

POST /admin/subscriptions(.:format)

admin/subscriptions#create

new_admin_subscription_path GET /admin/subscriptions/new(.:format)

admin/subscriptions#new

edit_admin_subscription_path GET /admin/subscriptions/:id/edit(.:format)

admin/subscriptions#edit

admin_subscription_path GET /admin/subscriptions/:id(.:format)

admin/subscriptions#show

PATCH /admin/subscriptions/:id(.:format)

admin/subscriptions#update

PUT /admin/subscriptions/:id(.:format)

admin/subscriptions#update

DELETE /admin/subscriptions/:id(.:format)

admin/subscriptions#destroy

admin_invoice_line_items_path GET /admin/invoices/:invoice_id/line_items(.:format)

admin/line_items#index

POST /admin/invoices/:invoice_id/line_items(.:format)

admin/line_items#create

new_admin_invoice_line_item_path GET /admin/invoices/:invoice_id/line_items/new(.:format)

admin/line_items#new

edit_admin_invoice_line_item_path GET /admin/invoices/:invoice_id/line_items/:id/edit(.:format)

admin/line_items#edit

admin_invoice_line_item_path GET /admin/invoices/:invoice_id/line_items/:id(.:format)

admin/line_items#show

PATCH /admin/invoices/:invoice_id/line_items/:id(.:format)

admin/line_items#update

PUT /admin/invoices/:invoice_id/line_items/:id(.:format)

admin/line_items#update

DELETE /admin/invoices/:invoice_id/line_items/:id(.:format)

admin/line_items#destroy

admin_invoice_payment_applieds_path GET /admin/invoices/:invoice_id/payment_applieds(.:format)

admin/payment_applieds#index

POST /admin/invoices/:invoice_id/payment_applieds(.:format)

admin/payment_applieds#create

new_admin_invoice_payment_applied_path GET /admin/invoices/:invoice_id/payment_applieds/new(.:format)

admin/payment_applieds#new

edit_admin_invoice_payment_applied_path GET /admin/invoices/:invoice_id/payment_applieds/:id/edit(.:format)

admin/payment_applieds#edit

admin_invoice_payment_applied_path GET /admin/invoices/:invoice_id/payment_applieds/:id(.:format)

admin/payment_applieds#show

PATCH /admin/invoices/:invoice_id/payment_applieds/:id(.:format)

admin/payment_applieds#update

PUT /admin/invoices/:invoice_id/payment_applieds/:id(.:format)

admin/payment_applieds#update

DELETE /admin/invoices/:invoice_id/payment_applieds/:id(.:format)

admin/payment_applieds#destroy

admin_invoices_path GET /admin/invoices(.:format)

admin/invoices#index

POST /admin/invoices(.:format)

admin/invoices#create

new_admin_invoice_path GET /admin/invoices/new(.:format)

admin/invoices#new

edit_admin_invoice_path GET /admin/invoices/:id/edit(.:format)

admin/invoices#edit

admin_invoice_path GET /admin/invoices/:id(.:format)

admin/invoices#show

PATCH /admin/invoices/:id(.:format)

admin/invoices#update

PUT /admin/invoices/:id(.:format)

admin/invoices#update

DELETE /admin/invoices/:id(.:format)

admin/invoices#destroy

admin_payments_path GET /admin/payments(.:format)

admin/payments#index

POST /admin/payments(.:format)

admin/payments#create

new_admin_payment_path GET /admin/payments/new(.:format)

admin/payments#new

edit_admin_payment_path GET /admin/payments/:id/edit(.:format)

admin/payments#edit

admin_payment_path GET /admin/payments/:id(.:format)

admin/payments#show

PATCH /admin/payments/:id(.:format)

admin/payments#update

PUT /admin/payments/:id(.:format)

admin/payments#update

DELETE /admin/payments/:id(.:format)

admin/payments#destroy

admin_account_conversations_path GET /admin/accounts/:account_id/conversations(.:format)

admin/conversations#index

POST /admin/accounts/:account_id/conversations(.:format)

admin/conversations#create

new_admin_account_conversation_path GET /admin/accounts/:account_id/conversations/new(.:format)

admin/conversations#new

edit_admin_account_conversation_path GET /admin/accounts/:account_id/conversations/:id/edit(.:format)

admin/conversations#edit

admin_account_conversation_path GET /admin/accounts/:account_id/conversations/:id(.:format)

admin/conversations#show

PATCH /admin/accounts/:account_id/conversations/:id(.:format)

admin/conversations#update

PUT /admin/accounts/:account_id/conversations/:id(.:format)

admin/conversations#update

DELETE /admin/accounts/:account_id/conversations/:id(.:format)

admin/conversations#destroy

admin_account_invoice_line_items_path GET /admin/accounts/:account_id/invoices/:invoice_id/line_items(.:format)

admin/line_items#index

POST /admin/accounts/:account_id/invoices/:invoice_id/line_items(.:format)

admin/line_items#create

new_admin_account_invoice_line_item_path GET /admin/accounts/:account_id/invoices/:invoice_id/line_items/new(.:format)

admin/line_items#new

edit_admin_account_invoice_line_item_path GET /admin/accounts/:account_id/invoices/:invoice_id/line_items/:id/edit(.:format)

admin/line_items#edit

admin_account_invoice_line_item_path GET /admin/accounts/:account_id/invoices/:invoice_id/line_items/:id(.:format)

admin/line_items#show

PATCH /admin/accounts/:account_id/invoices/:invoice_id/line_items/:id(.:format)

admin/line_items#update

PUT /admin/accounts/:account_id/invoices/:invoice_id/line_items/:id(.:format)

admin/line_items#update

DELETE /admin/accounts/:account_id/invoices/:invoice_id/line_items/:id(.:format)

admin/line_items#destroy

admin_account_invoice_payment_applieds_path GET /admin/accounts/:account_id/invoices/:invoice_id/payment_applieds(.:format)

admin/payment_applieds#index

POST /admin/accounts/:account_id/invoices/:invoice_id/payment_applieds(.:format)

admin/payment_applieds#create

new_admin_account_invoice_payment_applied_path GET /admin/accounts/:account_id/invoices/:invoice_id/payment_applieds/new(.:format)

admin/payment_applieds#new

edit_admin_account_invoice_payment_applied_path GET /admin/accounts/:account_id/invoices/:invoice_id/payment_applieds/:id/edit(.:format)

admin/payment_applieds#edit

admin_account_invoice_payment_applied_path GET /admin/accounts/:account_id/invoices/:invoice_id/payment_applieds/:id(.:format)

admin/payment_applieds#show

PATCH /admin/accounts/:account_id/invoices/:invoice_id/payment_applieds/:id(.:format)

admin/payment_applieds#update

PUT /admin/accounts/:account_id/invoices/:invoice_id/payment_applieds/:id(.:format)

admin/payment_applieds#update

DELETE /admin/accounts/:account_id/invoices/:invoice_id/payment_applieds/:id(.:format)

admin/payment_applieds#destroy

admin_account_invoices_path GET /admin/accounts/:account_id/invoices(.:format)

admin/invoices#index

POST /admin/accounts/:account_id/invoices(.:format)

admin/invoices#create

new_admin_account_invoice_path GET /admin/accounts/:account_id/invoices/new(.:format)

admin/invoices#new

edit_admin_account_invoice_path GET /admin/accounts/:account_id/invoices/:id/edit(.:format)

admin/invoices#edit

admin_account_invoice_path GET /admin/accounts/:account_id/invoices/:id(.:format)

admin/invoices#show

PATCH /admin/accounts/:account_id/invoices/:id(.:format)

admin/invoices#update

PUT /admin/accounts/:account_id/invoices/:id(.:format)

admin/invoices#update

DELETE /admin/accounts/:account_id/invoices/:id(.:format)

admin/invoices#destroy

admin_account_subscriptions_path GET /admin/accounts/:account_id/subscriptions(.:format)

admin/subscriptions#index

POST /admin/accounts/:account_id/subscriptions(.:format)

admin/subscriptions#create

new_admin_account_subscription_path GET /admin/accounts/:account_id/subscriptions/new(.:format)

admin/subscriptions#new

edit_admin_account_subscription_path GET /admin/accounts/:account_id/subscriptions/:id/edit(.:format)

admin/subscriptions#edit

admin_account_subscription_path GET /admin/accounts/:account_id/subscriptions/:id(.:format)

admin/subscriptions#show

PATCH /admin/accounts/:account_id/subscriptions/:id(.:format)

admin/subscriptions#update

PUT /admin/accounts/:account_id/subscriptions/:id(.:format)

admin/subscriptions#update

DELETE /admin/accounts/:account_id/subscriptions/:id(.:format)

admin/subscriptions#destroy

admin_accounts_path GET /admin/accounts(.:format)

admin/accounts#index

POST /admin/accounts(.:format)

admin/accounts#create

new_admin_account_path GET /admin/accounts/new(.:format)

admin/accounts#new

edit_admin_account_path GET /admin/accounts/:id/edit(.:format)

admin/accounts#edit

admin_account_path GET /admin/accounts/:id(.:format)

admin/accounts#show

PATCH /admin/accounts/:id(.:format)

admin/accounts#update

PUT /admin/accounts/:id(.:format)

admin/accounts#update

DELETE /admin/accounts/:id(.:format)

admin/accounts#destroy

admin_line_items_path GET /admin/line_items(.:format)

admin/line_items#index

POST /admin/line_items(.:format)

admin/line_items#create

new_admin_line_item_path GET /admin/line_items/new(.:format)

admin/line_items#new

edit_admin_line_item_path GET /admin/line_items/:id/edit(.:format)

admin/line_items#edit

admin_line_item_path GET /admin/line_items/:id(.:format)

admin/line_items#show

PATCH /admin/line_items/:id(.:format)

admin/line_items#update

PUT /admin/line_items/:id(.:format)

admin/line_items#update

DELETE /admin/line_items/:id(.:format)

admin/line_items#destroy

admin_active_campaign_lists_path GET /admin/active_campaign_lists(.:format)

admin/active_campaign_lists#index

POST /admin/active_campaign_lists(.:format)

admin/active_campaign_lists#create

new_admin_active_campaign_list_path GET /admin/active_campaign_lists/new(.:format)

admin/active_campaign_lists#new

edit_admin_active_campaign_list_path GET /admin/active_campaign_lists/:id/edit(.:format)

admin/active_campaign_lists#edit

admin_active_campaign_list_path GET /admin/active_campaign_lists/:id(.:format)

admin/active_campaign_lists#show

PATCH /admin/active_campaign_lists/:id(.:format)

admin/active_campaign_lists#update

PUT /admin/active_campaign_lists/:id(.:format)

admin/active_campaign_lists#update

DELETE /admin/active_campaign_lists/:id(.:format)

admin/active_campaign_lists#destroy

admin_page_page_images_path GET /admin/pages/:page_id/page_images(.:format)

admin/page_images#index

POST /admin/pages/:page_id/page_images(.:format)

admin/page_images#create

new_admin_page_page_image_path GET /admin/pages/:page_id/page_images/new(.:format)

admin/page_images#new

edit_admin_page_page_image_path GET /admin/pages/:page_id/page_images/:id/edit(.:format)

admin/page_images#edit

admin_page_page_image_path GET /admin/pages/:page_id/page_images/:id(.:format)

admin/page_images#show

PATCH /admin/pages/:page_id/page_images/:id(.:format)

admin/page_images#update

PUT /admin/pages/:page_id/page_images/:id(.:format)

admin/page_images#update

DELETE /admin/pages/:page_id/page_images/:id(.:format)

admin/page_images#destroy

admin_page_page_versions_path GET /admin/pages/:page_id/page_versions(.:format)

admin/page_versions#index

POST /admin/pages/:page_id/page_versions(.:format)

admin/page_versions#create

new_admin_page_page_version_path GET /admin/pages/:page_id/page_versions/new(.:format)

admin/page_versions#new

edit_admin_page_page_version_path GET /admin/pages/:page_id/page_versions/:id/edit(.:format)

admin/page_versions#edit

admin_page_page_version_path GET /admin/pages/:page_id/page_versions/:id(.:format)

admin/page_versions#show

PATCH /admin/pages/:page_id/page_versions/:id(.:format)

admin/page_versions#update

PUT /admin/pages/:page_id/page_versions/:id(.:format)

admin/page_versions#update

DELETE /admin/pages/:page_id/page_versions/:id(.:format)

admin/page_versions#destroy

admin_pages_path GET /admin/pages(.:format)

admin/pages#index

POST /admin/pages(.:format)

admin/pages#create

new_admin_page_path GET /admin/pages/new(.:format)

admin/pages#new

edit_admin_page_path GET /admin/pages/:id/edit(.:format)

admin/pages#edit

admin_page_path GET /admin/pages/:id(.:format)

admin/pages#show

PATCH /admin/pages/:id(.:format)

admin/pages#update

PUT /admin/pages/:id(.:format)

admin/pages#update

DELETE /admin/pages/:id(.:format)

admin/pages#destroy

admin_blacklisted_domains_path GET /admin/blacklisted_domains(.:format)

admin/blacklisted_domains#index

POST /admin/blacklisted_domains(.:format)

admin/blacklisted_domains#create

new_admin_blacklisted_domain_path GET /admin/blacklisted_domains/new(.:format)

admin/blacklisted_domains#new

edit_admin_blacklisted_domain_path GET /admin/blacklisted_domains/:id/edit(.:format)

admin/blacklisted_domains#edit

admin_blacklisted_domain_path GET /admin/blacklisted_domains/:id(.:format)

admin/blacklisted_domains#show

PATCH /admin/blacklisted_domains/:id(.:format)

admin/blacklisted_domains#update

PUT /admin/blacklisted_domains/:id(.:format)

admin/blacklisted_domains#update

DELETE /admin/blacklisted_domains/:id(.:format)

admin/blacklisted_domains#destroy

admin_intake_questions_path GET /admin/intake_questions(.:format)

admin/intake_questions#index

POST /admin/intake_questions(.:format)

admin/intake_questions#create

new_admin_intake_question_path GET /admin/intake_questions/new(.:format)

admin/intake_questions#new

edit_admin_intake_question_path GET /admin/intake_questions/:id/edit(.:format)

admin/intake_questions#edit

admin_intake_question_path GET /admin/intake_questions/:id(.:format)

admin/intake_questions#show

PATCH /admin/intake_questions/:id(.:format)

admin/intake_questions#update

PUT /admin/intake_questions/:id(.:format)

admin/intake_questions#update

DELETE /admin/intake_questions/:id(.:format)

admin/intake_questions#destroy

admin_orders_path GET /admin/orders(.:format)

admin/orders#index

POST /admin/orders(.:format)

admin/orders#create

new_admin_order_path GET /admin/orders/new(.:format)

admin/orders#new

edit_admin_order_path GET /admin/orders/:id/edit(.:format)

admin/orders#edit

admin_order_path GET /admin/orders/:id(.:format)

admin/orders#show

PATCH /admin/orders/:id(.:format)

admin/orders#update

PUT /admin/orders/:id(.:format)

admin/orders#update

DELETE /admin/orders/:id(.:format)

admin/orders#destroy

admin_visits_path GET /admin/visits(.:format)

admin/visits#index

POST /admin/visits(.:format)

admin/visits#create

new_admin_visit_path GET /admin/visits/new(.:format)

admin/visits#new

edit_admin_visit_path GET /admin/visits/:id/edit(.:format)

admin/visits#edit

admin_visit_path GET /admin/visits/:id(.:format)

admin/visits#show

PATCH /admin/visits/:id(.:format)

admin/visits#update

PUT /admin/visits/:id(.:format)

admin/visits#update

DELETE /admin/visits/:id(.:format)

admin/visits#destroy

admin_variant_variant_active_campaign_rules_path GET /admin/variants/:variant_id/variant_active_campaign_rules(.:format)

admin/variant_active_campaign_rules#index

POST /admin/variants/:variant_id/variant_active_campaign_rules(.:format)

admin/variant_active_campaign_rules#create

new_admin_variant_variant_active_campaign_rule_path GET /admin/variants/:variant_id/variant_active_campaign_rules/new(.:format)

admin/variant_active_campaign_rules#new

edit_admin_variant_variant_active_campaign_rule_path GET /admin/variants/:variant_id/variant_active_campaign_rules/:id/edit(.:format)

admin/variant_active_campaign_rules#edit

admin_variant_variant_active_campaign_rule_path GET /admin/variants/:variant_id/variant_active_campaign_rules/:id(.:format)

admin/variant_active_campaign_rules#show

PATCH /admin/variants/:variant_id/variant_active_campaign_rules/:id(.:format)

admin/variant_active_campaign_rules#update

PUT /admin/variants/:variant_id/variant_active_campaign_rules/:id(.:format)

admin/variant_active_campaign_rules#update

DELETE /admin/variants/:variant_id/variant_active_campaign_rules/:id(.:format)

admin/variant_active_campaign_rules#destroy

admin_variants_path GET /admin/variants(.:format)

admin/variants#index

POST /admin/variants(.:format)

admin/variants#create

new_admin_variant_path GET /admin/variants/new(.:format)

admin/variants#new

edit_admin_variant_path GET /admin/variants/:id/edit(.:format)

admin/variants#edit

admin_variant_path GET /admin/variants/:id(.:format)

admin/variants#show

PATCH /admin/variants/:id(.:format)

admin/variants#update

PUT /admin/variants/:id(.:format)

admin/variants#update

DELETE /admin/variants/:id(.:format)

admin/variants#destroy

admin_product_variant_variant_active_campaign_lists_path GET /admin/products/:product_id/variants/:variant_id/variant_active_campaign_lists(.:format)

admin/variant_active_campaign_lists#index

POST /admin/products/:product_id/variants/:variant_id/variant_active_campaign_lists(.:format)

admin/variant_active_campaign_lists#create

new_admin_product_variant_variant_active_campaign_list_path GET /admin/products/:product_id/variants/:variant_id/variant_active_campaign_lists/new(.:format)

admin/variant_active_campaign_lists#new

edit_admin_product_variant_variant_active_campaign_list_path GET /admin/products/:product_id/variants/:variant_id/variant_active_campaign_lists/:id/edit(.:format)

admin/variant_active_campaign_lists#edit

admin_product_variant_variant_active_campaign_list_path GET /admin/products/:product_id/variants/:variant_id/variant_active_campaign_lists/:id(.:format)

admin/variant_active_campaign_lists#show

PATCH /admin/products/:product_id/variants/:variant_id/variant_active_campaign_lists/:id(.:format)

admin/variant_active_campaign_lists#update

PUT /admin/products/:product_id/variants/:variant_id/variant_active_campaign_lists/:id(.:format)

admin/variant_active_campaign_lists#update

DELETE /admin/products/:product_id/variants/:variant_id/variant_active_campaign_lists/:id(.:format)

admin/variant_active_campaign_lists#destroy

admin_product_variants_path GET /admin/products/:product_id/variants(.:format)

admin/variants#index

POST /admin/products/:product_id/variants(.:format)

admin/variants#create

new_admin_product_variant_path GET /admin/products/:product_id/variants/new(.:format)

admin/variants#new

edit_admin_product_variant_path GET /admin/products/:product_id/variants/:id/edit(.:format)

admin/variants#edit

admin_product_variant_path GET /admin/products/:product_id/variants/:id(.:format)

admin/variants#show

PATCH /admin/products/:product_id/variants/:id(.:format)

admin/variants#update

PUT /admin/products/:product_id/variants/:id(.:format)

admin/variants#update

DELETE /admin/products/:product_id/variants/:id(.:format)

admin/variants#destroy

admin_products_path GET /admin/products(.:format)

admin/products#index

POST /admin/products(.:format)

admin/products#create

new_admin_product_path GET /admin/products/new(.:format)

admin/products#new

edit_admin_product_path GET /admin/products/:id/edit(.:format)

admin/products#edit

admin_product_path GET /admin/products/:id(.:format)

admin/products#show

PATCH /admin/products/:id(.:format)

admin/products#update

PUT /admin/products/:id(.:format)

admin/products#update

DELETE /admin/products/:id(.:format)

admin/products#destroy

admin_videos_path GET /admin/videos(.:format)

admin/videos#index

POST /admin/videos(.:format)

admin/videos#create

new_admin_video_path GET /admin/videos/new(.:format)

admin/videos#new

edit_admin_video_path GET /admin/videos/:id/edit(.:format)

admin/videos#edit

admin_video_path GET /admin/videos/:id(.:format)

admin/videos#show

PATCH /admin/videos/:id(.:format)

admin/videos#update

PUT /admin/videos/:id(.:format)

admin/videos#update

DELETE /admin/videos/:id(.:format)

admin/videos#destroy

email_capture_path POST /email_capture(.:format)

exit_intent#create

beacon_path GET /beacon(.:format)

beacon#create

seo_receiver_path POST /seo-receiver(.:format)

seo_receiver#create

marketing_preferences_path POST /marketing-preferences(.:format)

marketing_preferences#destroy

intake_index_path POST /intake(.:format)

intake#create

sidekiq_web_path /sidekiq

Sidekiq::Web

intake_path GET /intake(.:format)

redirect(301, /)

GET /marketing-preferences(.:format)

redirect(301, /)

random_path DELETE /random(.:format)

welcome#random

privacy_path GET /privacy(.:format)

welcome#privacy

teachable_webhook_path POST /teachable_webhook(.:format)

teachable_hook#create

GET /teachable_webhook(.:format)

teachable_hook#create

hot_glue_licence_path GET /hot-glue-licence(.:format)

redirect(301, hot-glue-license)

GET /p/:slug(.:format)

products#show

GET /sitemap.xml(.:format)

sitemap#show

post_root_path POST /

welcome#index

GET /:slug(.:format)

pages#index

root_path GET /

welcome#index

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

stripe_path /stripe

Stripe::Engine

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_conductor_inbound_email_incinerate_path POST /rails/conductor/action_mailbox/:inbound_email_id/incinerate(.:format)

rails/conductor/action_mailbox/incinerates#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 Stripe::Engine
events_path POST /events(.:format)

stripe/events#create

Request

Parameters:

None

Response

Headers:

None