Routing Error

No route matches [GET] "/images/cities/Guy-TX-We-Buy-Houses.jpg"

Rails.root: /var/www/We-Buy-Houses

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
admin_sms_slates_path GET /admin/sms_slates(.:format)

admin/sms_slates#index

POST /admin/sms_slates(.:format)

admin/sms_slates#create

new_admin_sms_slate_path GET /admin/sms_slates/new(.:format)

admin/sms_slates#new

edit_admin_sms_slate_path GET /admin/sms_slates/:id/edit(.:format)

admin/sms_slates#edit

admin_sms_slate_path GET /admin/sms_slates/:id(.:format)

admin/sms_slates#show

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

admin/sms_slates#update

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

admin/sms_slates#update

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

admin/sms_slates#destroy

funnel_webhooks_test_path POST /funnel_webhooks/test(.:format)

api/clickfunnel_leads#webhook_test

api_integrations_zapier_webhook_subscription_path GET /api/integrations/zapier/webhook-subscription(.:format)

api/integrations/zapier#create_webhook_subscription

DELETE /api/integrations/zapier/webhook-subscription(.:format)

api/integrations/zapier#delete_webhook_subscription

api_integrations_zapier_perform_list_path GET /api/integrations/zapier/perform-list(.:format)

api/integrations/zapier#perform_list

api_integrations_zapier_test_auth_path GET /api/integrations/zapier/test-auth(.:format)

api/integrations/zapier#test_auth

api_integrations_zapier_polling_path GET /api/integrations/zapier/polling(.:format)

api/integrations/zapier#polling

api_leadpages_leads_path POST /api/leadpages_leads(.:format)

api/leadpages_leads#create

api_clickfunnel_leads_path POST /api/clickfunnel_leads(.:format)

api/clickfunnel_leads#create

admin_path GET /admin(.:format)

admin/admin#index

admin_roles_path GET /admin/roles(.:format)

admin/roles#index

POST /admin/roles(.:format)

admin/roles#create

new_admin_role_path GET /admin/roles/new(.:format)

admin/roles#new

edit_admin_role_path GET /admin/roles/:id/edit(.:format)

admin/roles#edit

admin_role_path GET /admin/roles/:id(.:format)

admin/roles#show

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

admin/roles#update

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

admin/roles#update

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

admin/roles#destroy

admin_account_statuses_path GET /admin/account_statuses(.:format)

admin/account_statuses#index

POST /admin/account_statuses(.:format)

admin/account_statuses#create

new_admin_account_status_path GET /admin/account_statuses/new(.:format)

admin/account_statuses#new

edit_admin_account_status_path GET /admin/account_statuses/:id/edit(.:format)

admin/account_statuses#edit

admin_account_status_path GET /admin/account_statuses/:id(.:format)

admin/account_statuses#show

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

admin/account_statuses#update

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

admin/account_statuses#update

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

admin/account_statuses#destroy

admin_user_payment_infos_path GET /admin/users/:user_id/payment_infos(.:format)

admin/payment_infos#index

POST /admin/users/:user_id/payment_infos(.:format)

admin/payment_infos#create

new_admin_user_payment_info_path GET /admin/users/:user_id/payment_infos/new(.:format)

admin/payment_infos#new

edit_admin_user_payment_info_path GET /admin/users/:user_id/payment_infos/:id/edit(.:format)

admin/payment_infos#edit

admin_user_payment_info_path GET /admin/users/:user_id/payment_infos/:id(.:format)

admin/payment_infos#show

PATCH /admin/users/:user_id/payment_infos/:id(.:format)

admin/payment_infos#update

PUT /admin/users/:user_id/payment_infos/:id(.:format)

admin/payment_infos#update

DELETE /admin/users/:user_id/payment_infos/:id(.:format)

admin/payment_infos#destroy

admin_user_invoice_void_path PUT /admin/users/:user_id/invoices/:invoice_id/void(.:format)

admin/invoices#void

admin_user_invoice_refund_path PUT /admin/users/:user_id/invoices/:invoice_id/refund(.:format)

admin/invoices#refund

admin_user_invoices_path GET /admin/users/:user_id/invoices(.:format)

admin/invoices#index

POST /admin/users/:user_id/invoices(.:format)

admin/invoices#create

new_admin_user_invoice_path GET /admin/users/:user_id/invoices/new(.:format)

admin/invoices#new

edit_admin_user_invoice_path GET /admin/users/:user_id/invoices/:id/edit(.:format)

admin/invoices#edit

admin_user_invoice_path GET /admin/users/:user_id/invoices/:id(.:format)

admin/invoices#show

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

admin/invoices#update

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

admin/invoices#update

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

admin/invoices#destroy

admin_user_subscriptions_path GET /admin/users/:user_id/subscriptions(.:format)

admin/subscriptions#index

POST /admin/users/:user_id/subscriptions(.:format)

admin/subscriptions#create

new_admin_user_subscription_path GET /admin/users/:user_id/subscriptions/new(.:format)

admin/subscriptions#new

edit_admin_user_subscription_path GET /admin/users/:user_id/subscriptions/:id/edit(.:format)

admin/subscriptions#edit {:id=>/\d+/}

admin_user_subscription_path GET /admin/users/:user_id/subscriptions/:id(.:format)

admin/subscriptions#show {:id=>/\d+/}

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

admin/subscriptions#update {:id=>/\d+/}

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

admin/subscriptions#update {:id=>/\d+/}

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

admin/subscriptions#destroy {:id=>/\d+/}

admin_user_deposit_account_transactions_path GET /admin/users/:user_id/deposit_account_transactions(.:format)

admin/deposit_account_transactions#index

POST /admin/users/:user_id/deposit_account_transactions(.:format)

admin/deposit_account_transactions#create

new_admin_user_deposit_account_transaction_path GET /admin/users/:user_id/deposit_account_transactions/new(.:format)

admin/deposit_account_transactions#new

edit_admin_user_deposit_account_transaction_path GET /admin/users/:user_id/deposit_account_transactions/:id/edit(.:format)

admin/deposit_account_transactions#edit

admin_user_deposit_account_transaction_path GET /admin/users/:user_id/deposit_account_transactions/:id(.:format)

admin/deposit_account_transactions#show

PATCH /admin/users/:user_id/deposit_account_transactions/:id(.:format)

admin/deposit_account_transactions#update

PUT /admin/users/:user_id/deposit_account_transactions/:id(.:format)

admin/deposit_account_transactions#update

DELETE /admin/users/:user_id/deposit_account_transactions/:id(.:format)

admin/deposit_account_transactions#destroy

admin_users_path GET /admin/users(.:format)

admin/users#index

POST /admin/users(.:format)

admin/users#create

new_admin_user_path GET /admin/users/new(.:format)

admin/users#new

edit_admin_user_path GET /admin/users/:id/edit(.:format)

admin/users#edit

admin_user_path GET /admin/users/:id(.:format)

admin/users#show

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

admin/users#update

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

admin/users#update

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

admin/users#destroy

admin_settings_path GET /admin/settings(.:format)

admin/settings#index

POST /admin/settings(.:format)

admin/settings#create

new_admin_setting_path GET /admin/settings/new(.:format)

admin/settings#new

edit_admin_setting_path GET /admin/settings/:id/edit(.:format)

admin/settings#edit

admin_setting_path GET /admin/settings/:id(.:format)

admin/settings#show

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

admin/settings#update

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

admin/settings#update

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

admin/settings#destroy

admin_user_contents_path GET /admin/user_contents(.:format)

admin/user_contents#index

POST /admin/user_contents(.:format)

admin/user_contents#create

new_admin_user_content_path GET /admin/user_contents/new(.:format)

admin/user_contents#new

edit_admin_user_content_path GET /admin/user_contents/:id/edit(.:format)

admin/user_contents#edit

admin_user_content_path GET /admin/user_contents/:id(.:format)

admin/user_contents#show

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

admin/user_contents#update

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

admin/user_contents#update

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

admin/user_contents#destroy

admin_landing_pages_path GET /admin/landing_pages(.:format)

admin/landing_pages#index

POST /admin/landing_pages(.:format)

admin/landing_pages#create

new_admin_landing_page_path GET /admin/landing_pages/new(.:format)

admin/landing_pages#new

edit_admin_landing_page_path GET /admin/landing_pages/:id/edit(.:format)

admin/landing_pages#edit

admin_landing_page_path GET /admin/landing_pages/:id(.:format)

admin/landing_pages#show

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

admin/landing_pages#update

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

admin/landing_pages#update

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

admin/landing_pages#destroy

admin_cities_path GET /admin/cities(.:format)

admin/cities#index

POST /admin/cities(.:format)

admin/cities#create

new_admin_city_path GET /admin/cities/new(.:format)

admin/cities#new

edit_admin_city_path GET /admin/cities/:id/edit(.:format)

admin/cities#edit

admin_city_path GET /admin/cities/:id(.:format)

admin/cities#show

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

admin/cities#update

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

admin/cities#update

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

admin/cities#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_subscription_categories_path GET /admin/subscription_categories(.:format)

admin/subscription_categories#index

POST /admin/subscription_categories(.:format)

admin/subscription_categories#create

new_admin_subscription_category_path GET /admin/subscription_categories/new(.:format)

admin/subscription_categories#new

edit_admin_subscription_category_path GET /admin/subscription_categories/:id/edit(.:format)

admin/subscription_categories#edit

admin_subscription_category_path GET /admin/subscription_categories/:id(.:format)

admin/subscription_categories#show

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

admin/subscription_categories#update

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

admin/subscription_categories#update

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

admin/subscription_categories#destroy

admin_product_categories_path GET /admin/product_categories(.:format)

admin/product_categories#index

POST /admin/product_categories(.:format)

admin/product_categories#create

new_admin_product_category_path GET /admin/product_categories/new(.:format)

admin/product_categories#new

edit_admin_product_category_path GET /admin/product_categories/:id/edit(.:format)

admin/product_categories#edit

admin_product_category_path GET /admin/product_categories/:id(.:format)

admin/product_categories#show

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

admin/product_categories#update

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

admin/product_categories#update

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

admin/product_categories#destroy

admin_payment_profiles_path GET /admin/payment_profiles(.:format)

admin/payment_profiles#index

POST /admin/payment_profiles(.:format)

admin/payment_profiles#create

new_admin_payment_profile_path GET /admin/payment_profiles/new(.:format)

admin/payment_profiles#new

edit_admin_payment_profile_path GET /admin/payment_profiles/:id/edit(.:format)

admin/payment_profiles#edit

admin_payment_profile_path GET /admin/payment_profiles/:id(.:format)

admin/payment_profiles#show

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

admin/payment_profiles#update

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

admin/payment_profiles#update

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

admin/payment_profiles#destroy

admin_states_path GET /admin/states(.:format)

admin/states#index

POST /admin/states(.:format)

admin/states#create

new_admin_state_path GET /admin/states/new(.:format)

admin/states#new

edit_admin_state_path GET /admin/states/:id/edit(.:format)

admin/states#edit

admin_state_path GET /admin/states/:id(.:format)

admin/states#show

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

admin/states#update

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

admin/states#update

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

admin/states#destroy

admin_articles_path GET /admin/articles(.:format)

admin/articles#index

POST /admin/articles(.:format)

admin/articles#create

new_admin_article_path GET /admin/articles/new(.:format)

admin/articles#new

edit_admin_article_path GET /admin/articles/:id/edit(.:format)

admin/articles#edit

admin_article_path GET /admin/articles/:id(.:format)

admin/articles#show

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

admin/articles#update

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

admin/articles#update

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

admin/articles#destroy

admin_list_receipts_path GET /admin/refund-receipts(.:format)

admin/payments#list_receipts

admin_show_refund_receipt_path GET /admin/show-refund-receipt/:id(.:format)

admin/payments#show_refund_receipt

admin_show_void_receipt_path GET /admin/show-void-receipt/:id(.:format)

admin/payments#show_void_receipt

admin_master_search_path GET /admin/search(.:format)

admin/search#index

admin_master_ajax_zip_search_path GET /admin/search/ajax-search-zipcodes(.:format)

admin/search#ajax_search_zipcodes

admin_master_ajax_county_search_path GET /admin/search/ajax-search-counties(.:format)

admin/search#ajax_search_counties

admin_search_get_county_zips_path GET /admin/search/ajax-get-county-zips(.:format)

admin/search#ajax_get_county_zips

admin_lead_reports_path GET /admin/reports/leads(.:format)

admin/reports#leads

admin_reports_path GET /admin/reports(.:format)

admin/reports#index

POST /admin/reports(.:format)

admin/reports#create

new_admin_report_path GET /admin/reports/new(.:format)

admin/reports#new

edit_admin_report_path GET /admin/reports/:id/edit(.:format)

admin/reports#edit

admin_report_path GET /admin/reports/:id(.:format)

admin/reports#show

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

admin/reports#update

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

admin/reports#update

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

admin/reports#destroy

GET /admin/reports/:id/execute_query(.:format)

admin/reports#execute_query

admin_map_path GET /admin/map(.:format)

admin/map#index

admin_map_zip_path GET /admin/map-zip(.:format)

admin/map#getZip

admin_map_county_path GET /admin/map-county(.:format)

admin/map#getCounty

admin_map_state_path GET /admin/map-state(.:format)

admin/map#getState

admin_map_search_path GET /admin/map-search(.:format)

admin/map#searchAnything

admin_map_search_results_path GET /admin/map-search-results(.:format)

admin/map#searchResults

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

member_content_page_path GET /member/content(.:format)

member/content_pages#page

member_leads_path GET /member/leads(.:format)

member/leads#index

member_calls_path GET /member/calls(.:format)

member/numbers#calls

member_delete_recording_path GET /member/calls/delete/:log_id/:rec_id(.:format)

member/numbers#delete_recording

member_new_wbh_number_path GET /member/new-wbh-number(.:format)

member/numbers#new_wbh_number

member_new_member_number_path GET /member/new-phone-number(.:format)

member/numbers#new_member_number

member_new_sms_number_path GET /member/new-sms-number(.:format)

member/numbers#new_sms_number

member_edit_wbh_number_path GET /member/edit-wbh-number/:phone_id(.:format)

member/numbers#edit_wbh_number

member_create_member_number_path POST /member/create-phone-number(.:format)

member/numbers#create_member_number

member_create_sms_number_path POST /member/create-sms-number(.:format)

member/numbers#create_sms_number

member_destroy_member_number_path DELETE /member/destroy-phone-number/:id(.:format)

member/numbers#destroy_member_number

member_destroy_sms_number_path DELETE /member/destroy-sms-number/:id(.:format)

member/numbers#destroy_sms_number

member_email_manager_path GET /member/email-manager(.:format)

member/emails#manager

member_create_member_email_path POST /member/create-email(.:format)

member/emails#create_member_email

member_destroy_member_email_path DELETE /member/destroy-email/:id(.:format)

member/emails#destroy_member_email

member_create_wbh_email_path GET /member/create-wbh-email(.:format)

member/emails#create_wbh_email

member_landing_pages_path GET /member/landing-pages(.:format)

member/landing_pages#index

POST /member/landing-pages(.:format)

member/landing_pages#create

new_member_landing_page_path GET /member/landing-pages/new(.:format)

member/landing_pages#new

edit_member_landing_page_path GET /member/landing-pages/:id/edit(.:format)

member/landing_pages#edit

member_landing_page_path PATCH /member/landing-pages/:id(.:format)

member/landing_pages#update

PUT /member/landing-pages/:id(.:format)

member/landing_pages#update

DELETE /member/landing-pages/:id(.:format)

member/landing_pages#destroy

member_reset_statistics_landing_page_path DELETE /member/landing-pages/reset-statistics/:id(.:format)

member/landing_pages#reset_statistics

member_edit_profile_path GET /member/profile/edit(.:format)

member/profiles#edit

member_update_profile_path PATCH /member/profile(.:format)

member/profiles#update

resources_profiles_path POST /resources/profiles(.:format)

resources/profiles#create

new_resources_profile_path GET /resources/profiles/new(.:format)

resources/profiles#new

resources_profile_path GET /resources/profiles/:id(.:format)

resources/profiles#show

PATCH /resources/profiles/:id(.:format)

resources/profiles#update

PUT /resources/profiles/:id(.:format)

resources/profiles#update

DELETE /resources/profiles/:id(.:format)

resources/profiles#destroy

sidekiq_web_path /sidekiq

Sidekiq::Web

fho_conversations_path GET /fho/messages(.:format)

twilios#fho_messages_index

destroy_conversations_path DELETE /fho/conversations(.:format)

twilios#fho_conversations_destroy

member_profile_path GET /profile/:profile_url(.:format)

home#member_profile

member_profile_contact_form_path POST /profile/contact_form(.:format)

home#member_contact_form

article_learn_path GET /learn/:title(.:format)

home#article_learn

article_news_path GET /news/:title(.:format)

home#article_news

reviews_path GET /reviews(.:format)

home#reviews

reviewsNew_path GET /reviewsNew(.:format)

home#reviewsNew

fho_create_message_path GET /fho/messages/create(.:format)

twilios#fho_messages_create

admin_twilio_recordings_path GET /admin-twilio/recordings(.:format)

admin/twilio#recordings

admin_twilio_delete_recordings_path DELETE /admin-twilio/delete-recordings(.:format)

admin/twilio#delete_recordings

list_numbers_path GET /resource/numbers/:user_id(.:format)

resources/user_phone_numbers#index

new_number_path GET /resource/new-number/:user_id-:phone_number_type_id(.:format)

resources/user_phone_numbers#new

edit_number_path GET /resource/edit-number/:user_id-:phone_number_type_id-:id(.:format)

resources/user_phone_numbers#edit

GET /ajs/*page(.:format)

angular#index

create_number_path POST /resource/create-number/:user_id-:phone_number_type_id(.:format)

resources/user_phone_numbers#create

update_number_path PATCH /resource/update-number/:user_id-:phone_number_type_id-:id(.:format)

resources/user_phone_numbers#update

destroy_number_path DELETE /resource/delete-number/:user_id-:phone_number_type_id-:id(.:format)

resources/user_phone_numbers#destroy

list_territories_path GET /resource/territories/:user_id(.:format)

resources/user_territories#index

new_territory_path GET /resource/new-territory/:user_id(.:format)

resources/user_territories#new

create_territory_path POST /resource/create-territory/:user_id(.:format)

resources/user_territories#create

destroy_territory_path DELETE /resource/delete-:type/:list(.:format)

resources/user_territories#destroy

ajax_list_twilio_path GET /ajax/list_twilio(.:format)

ajax#list_twilio {:format=>"json"}

ajax_call_city_index_path GET /ajax-call/city-index(.:format)

ajax#city_index

GET /ajax/list-:territories(.:format)

ajax#list_territories

user_reports_path GET /user-reports(.:format)

admin/users#user_reports

new_users_password_path GET /forgot-password(.:format)

admin/passwords#new

create_users_password_path POST /user/password(.:format)

admin/passwords#create

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

admin/passwords#edit

update_users_password_path PUT /user/update-password(.:format)

admin/passwords#update

destroy_user_session_ssl_path GET /user/sign_out(.:format)

admin/sessions#destroy_ssl

POST /admin/users/:user_id/payment_infos/:id/make_default(.:format)

admin/payment_infos#make_default

GET /admin/users/:user_id/subscriptions/search_fips(.:format)

admin/subscriptions#search_fips

GET /admin/users/:user_id/subscriptions/search_zips(.:format)

admin/subscriptions#search_zips

POST /admin/users/:user_id/subscriptions/next_renewal_dates(.:format)

admin/subscriptions#next_renewal_dates

admin_invoices_collection_statuses_path GET /admin/invoices/collection_statuses(.:format)

admin/invoices#collection_statuses

create_user_lp_lead_path POST /lp/:lp_name/:user_id/lead-post(.:format)

landing_pages#create

create_lp_lead_path POST /lp/:lp_name/lead-post(.:format)

landing_pages#create

lp_with_user_thank_you_path GET /lp/:lp_name/:user_id/thank-you(.:format)

landing_pages#lp_thank_you

lp_thank_you_path GET /lp/:lp_name/thank-you(.:format)

landing_pages#lp_thank_you

lp_index_with_user_path GET /lp/:lp_name/:user_id(.:format)

landing_pages#index

lp_index_path GET /lp/:lp_name(.:format)

landing_pages#index

promotions_path GET /promotions(.:format)

promotions#index

POST /promotions(.:format)

promotions#create

new_promotion_path GET /promotions/new(.:format)

promotions#new

edit_promotion_path GET /promotions/:id/edit(.:format)

promotions#edit

promotion_path GET /promotions/:id(.:format)

promotions#show

PATCH /promotions/:id(.:format)

promotions#update

PUT /promotions/:id(.:format)

promotions#update

DELETE /promotions/:id(.:format)

promotions#destroy

new_user_session_path GET /users/sign_in(.:format)

admin/sessions#new

user_session_path POST /users/sign_in(.:format)

admin/sessions#create

destroy_user_session_path DELETE /users/sign_out(.:format)

admin/sessions#destroy

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

admin/passwords#new

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

admin/passwords#edit

user_password_path PATCH /users/password(.:format)

admin/passwords#update

PUT /users/password(.:format)

admin/passwords#update

POST /users/password(.:format)

admin/passwords#create

cancel_user_registration_path GET /users/cancel(.:format)

admin/registrations#cancel

new_user_registration_path GET /users/sign_up(.:format)

admin/registrations#new

edit_user_registration_path GET /users/edit(.:format)

admin/registrations#edit

user_registration_path PATCH /users(.:format)

admin/registrations#update

PUT /users(.:format)

admin/registrations#update

DELETE /users(.:format)

admin/registrations#destroy

POST /users(.:format)

admin/registrations#create

set_context_path GET /admin/users/set-context(/:id)(.:format)

admin/users#set_context

destroy_context_path DELETE /admin/users/destroy-context(/:id)(.:format)

admin/users#destroy_context

registration_intro_path GET /register(.:format)

admin/registrations#index

register_enter_personal_info_path GET /register/enter-personal-info(.:format)

admin/registrations#new

register_assign_zip_codes_path GET /register/assign-zip-areas(.:format)

admin/registrations#assign_zip_codes

register_enter_payment_information_path GET /register/enter-payment-information(.:format)

admin/registrations#enter_payment_information {:protocol=>"https"}

register_finalize_registration_path GET /register/finalize-registration(.:format)

admin/registrations#finalize_registration {:protocol=>"https"}

cancel_registration_path GET /register/cancel-registration(.:format)

admin/registrations#cancel_registration

return_ajax_calculate_prices_path GET /register/calculate_prices(.:format)

admin/registrations#return_ajax_calculate_prices

emails_and_phone_number_manager_path GET /register/emails-and-numbers-manager(.:format)

admin/registrations#emails_and_phone_number_manager

initial_create_user_wbh_number_path GET /register/initial-create-user-wbh-number(.:format)

admin/registrations#create_user_wbh_number

initial_find_more_wbh_numbers_using_new_area_code_path GET /register/initial-find-more-wbh-numbers(.:format)

admin/registrations#find_more_wbh_numbers_using_new_area_code

initial_new_user_phone_number_path GET /register/initial-new-user-phone-number(.:format)

admin/registrations#new_user_phone_number

initial_create_user_phone_number_path GET /register/initial-create-user-phone-number(.:format)

admin/registrations#create_user_phone_number

initial_delete_phone_number_path GET /register/initial-delete-phone-number/:id(.:format)

admin/registrations#delete_user_phone_number

initial_new_user_sms_number_path GET /register/initial-new-user-sms-number(.:format)

admin/registrations#new_user_sms_number

initial_create_user_sms_number_path GET /register/initial-create-sms-number(.:format)

admin/registrations#create_user_sms_number

initial_delete_user_sms_number_path GET /register/initial-delete-sms-number/:id(.:format)

admin/registrations#delete_user_sms_number

initial_new_user_emails_path GET /register/initial-new-user-email(.:format)

admin/registrations#new_user_emails

initial_create_user_emails_path GET /register/initial-create-user-email(.:format)

admin/registrations#create_user_emails

initial_delete_user_emails_path GET /register/initial-delete-user-email/:id(.:format)

admin/registrations#delete_user_emails

users_path GET /users(.:format)

users#index

POST /users(.:format)

users#create

new_user_path GET /users/new(.:format)

users#new

user_path GET /users/:id(.:format)

users#show

DELETE /users/:id(.:format)

users#destroy

edit_user_path GET /member/account(.:format)

users#edit

update_user_path PATCH /member/account/update(.:format)

users#update

payment_infos_path GET /payment_infos(.:format)

payment_infos#index

POST /payment_infos(.:format)

payment_infos#create

new_payment_info_path GET /payment_infos/new(.:format)

payment_infos#new

edit_payment_info_path GET /payment_infos/:id/edit(.:format)

payment_infos#edit

payment_info_path GET /payment_infos/:id(.:format)

payment_infos#show

PATCH /payment_infos/:id(.:format)

payment_infos#update

PUT /payment_infos/:id(.:format)

payment_infos#update

DELETE /payment_infos/:id(.:format)

payment_infos#destroy

leads_path GET /leads(.:format)

leads#index

POST /leads(.:format)

leads#create

new_lead_path GET /leads/new(.:format)

leads#new

edit_lead_path GET /leads/:id/edit(.:format)

leads#edit

lead_path GET /leads/:id(.:format)

leads#show

PATCH /leads/:id(.:format)

leads#update

PUT /leads/:id(.:format)

leads#update

DELETE /leads/:id(.:format)

leads#destroy

lead_post_path POST /sell(.:format)

leads#create

leads_thank_you_path GET /thank-you(.:format)

leads#leads_thank_you

seller_listing_path GET /sell(.:format)

home#seller_listing

buy_path GET /buy(.:format)

home#buy

learn_path GET /learn(.:format)

home#learn

contact_path GET /contact(.:format)

home#contact

seller_success_path GET /seller-success(.:format)

home#seller_success

not_authorized_path GET /not-authorized-access(.:format)

home#not_authorized

no_page_found_path GET /no-page-found(.:format)

home#no_page_found

example_path GET /example(.:format)

home#example

terms_path GET /terms(.:format)

home#terms

privacy_path GET /privacy(.:format)

home#privacy

send_contact_email_path POST /send-contact-email(.:format)

home#send_contact_email

license_agreement_path GET /license-agreement(.:format)

home#license_agreement

sitemap_path GET /sitemap(.:format)

home#sitemap

postLog_impInfo_title_path GET /postLog_impInfo_title(.:format)

home#postLog_impInfo_title

postLog_depot_rapid_pass_path GET /postLog_depot_rapid_pass(.:format)

home#postLog_depot_rapid_pass

postLog_marketing_assets_shops_path GET /postLog_marketing_assets_shops(.:format)

home#postLog_marketing_assets_shops

postLog_video_education_path GET /postLog_video_education(.:format)

home#postLog_video_education

postLog_back_office_user_guide_path GET /postLog_back_office_user_guide(.:format)

home#postLog_back_office_user_guide

postLog_landing_pages_path GET /postLog_landing_pages(.:format)

home#postLog_landing_pages

postLog_web_leads_path GET /postLog_web_leads(.:format)

home#postLog_web_leads

postLog_call_log_path GET /postLog_call_log(.:format)

home#postLog_call_log

postLog_billing_histroy_path GET /postLog_billing_histroy(.:format)

home#postLog_billing_histroy

postLog_payment_profiles_path GET /postLog_payment_profiles(.:format)

home#postLog_payment_profiles

postLog_email_manager_path GET /postLog_email_manager(.:format)

home#postLog_email_manager

postLog_numbers_manager_path GET /postLog_numbers_manager(.:format)

home#postLog_numbers_manager

postLog_account_settings_path GET /postLog_account_settings(.:format)

home#postLog_account_settings

postLog_account_path GET /postLog_account(.:format)

home#postLog_account

postLog_forwardingNo_path GET /postLog_forwardingNo(.:format)

home#postLog_forwardingNo

postLog_WBH_localNo_path GET /postLog_WBH_localNo(.:format)

home#postLog_WBH_localNo

postLog_profile_path GET /postLog_profile(.:format)

home#postLog_profile

profile_page_path GET /profile_page(.:format)

home#profile_page

show_all_payment_profiles_path GET /payment-profiles(.:format)

payment_infos#index {:protocol=>"https"}

new_payment_profile_path GET /payment-profiles/new(.:format)

payment_infos#new {:protocol=>"https"}

edit_payment_profile_path GET /payment-profiles/:id/edit(.:format)

payment_infos#edit {:protocol=>"https"}

show_payment_profile_path GET /payment-profiles/:id/show(.:format)

payment_infos#show {:protocol=>"https"}

activate_user_payment_profile_path GET /activate-user-payment-profile/:id(.:format)

payment_infos#activate_user_payment_profile {:protocol=>"https"}

show_account_settings_path GET /view-account-settings(.:format)

users#show_account_settings

update_account_settings_path GET /update-account-settings/:phone_id(.:format)

users#update_account_settings

verify_ajax_wbh_gmail_unique_path GET /verify-ajax-wbh-gmail-unique(.:format)

users#verify_ajax_wbh_gmail_unique

user_subscriptions_path GET /subscriptions/view(.:format)

users#user_subscriptions

user_subscriptions_confirmation_path GET /subscriptions/confirm(.:format)

users#user_subscriptions_confirmation

user_return_ajax_state_area_values_path GET /user/return_ajax_state_area_values(.:format)

users#return_ajax_state_area_values

user_return_ajax_calculate_prices_path GET /user/calculate_prices(.:format)

users#return_ajax_calculate_prices

billing_history_path GET /invoices-and-receipts/view(.:format)

invoices_and_receipts#show

add_user_invoice_path GET /admin/user/:user_id/add-invoice(.:format)

invoices_and_receipts#add_user_invoice

create_user_invoice_path GET /admin/user/:user_id/create-invoice(.:format)

invoices_and_receipts#create_user_invoice

delete_user_invoice_path GET /admin/user/:user_id/delete-invoice/:invoice_id(.:format)

invoices_and_receipts#delete_user_invoice

destroy_user_invoice_path GET /admin/user/:user_id/destroy-invoice/:invoice_id(.:format)

invoices_and_receipts#destroy_user_invoice

wbh_twilio_wbh_forward_sms_path GET /wbh-twilio/wbh-forward-sms(.:format)

twilios#wbh_forward_sms {:method=>:post}

wbh_forward_calls_path GET /wbh-twilio/wbh-forward-calls(.:format)

twilios#wbh_forward_calls

wbh_toll_free_collect_path GET /wbh-twilio/0-wbh-collect-one(.:format)

twilios#wbh_toll_free_collect

wbh_routezip_path GET /wbh-twilio/2-wbh-routezip(.:format)

twilios#wbh_routezip

finalize_call_log_path GET /wbh-twilio/3-finalize-call-log(.:format)

twilios#finalize_call_log

test_recurring_billing_path GET /admin/test-recurring-billing(.:format)

deployment_tests#test_recurring_billing

apply_prod_dep_updates_path GET /admin/apply-prod-deployment-updates(.:format)

deployment_tests#apply_prod_dep_updates

verify_zip_subscriptions_path GET /admin/verify-zip-subscriptions(.:format)

deployment_tests#verify_zip_subscriptions

verify_counties_subscriptions_path GET /admin/verify-counties-subscriptions(.:format)

deployment_tests#verify_counties_subscriptions

verify_areas_inventory_path GET /admin/verify-areas-inventory/:fips(.:format)

deployment_tests#verify_areas_inventory

show_state_info_path GET /:state(.:format)

home#show_state_info {:state=>/[a-z]{2}|[a-z]{1}[A-Z]{1}|[A-Z]{1}[a-z]{1}|[A-Z]{2}/}

show_city_info_path GET /:state/:city(.:format)

home#show_city_info {:state=>/[a-z]{2}|[a-z]{1}[A-Z]{1}|[A-Z]{1}[a-z]{1}|[A-Z]{2}/, :city=>/[a-zA-Z]+_*-*[a-zA-Z]+_*-*[a-zA-Z]*_*-*[a-zA-Z]*_*-*[a-zA-Z]*_*-*[a-zA-Z]*_*-*[a-zA-Z]*_*-*[a-zA-Z]*/}

home_index_path GET /index(.:format)

home#index

root_path GET /

home#index

rails_routes_path GET /rails/routes(.:format)

sextant/routes#index

sextant_engine_path /sextant

Sextant::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_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 Sextant::Engine

Request

Parameters:

None

Response

Headers:

None