Routing Error

No route matches [GET] "/billboard.html"

Rails.root: /www/configurator/configurator

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
pages_path GET /pages(.:format) pages#index
POST /pages(.:format) pages#create
new_page_path GET /pages/new(.:format) pages#new
edit_page_path GET /pages/:id/edit(.:format) pages#edit
page_path GET /pages/:id(.:format) pages#show
PATCH /pages/:id(.:format) pages#update
PUT /pages/:id(.:format) pages#update
DELETE /pages/:id(.:format) pages#destroy
attachments_path GET /attachments(.:format) attachments#index
POST /attachments(.:format) attachments#create
new_attachment_path GET /attachments/new(.:format) attachments#new
edit_attachment_path GET /attachments/:id/edit(.:format) attachments#edit
attachment_path GET /attachments/:id(.:format) attachments#show
PATCH /attachments/:id(.:format) attachments#update
PUT /attachments/:id(.:format) attachments#update
DELETE /attachments/:id(.:format) attachments#destroy
export_coupons_path POST /coupons/export(.:format) coupons#export
coupons_path GET /coupons(.:format) coupons#index
POST /coupons(.:format) coupons#create
new_coupon_path GET /coupons/new(.:format) coupons#new
edit_coupon_path GET /coupons/:id/edit(.:format) coupons#edit
coupon_path GET /coupons/:id(.:format) coupons#show
PATCH /coupons/:id(.:format) coupons#update
PUT /coupons/:id(.:format) coupons#update
DELETE /coupons/:id(.:format) coupons#destroy
shippings_path GET /shippings(.:format) shippings#index
POST /shippings(.:format) shippings#create
new_shipping_path GET /shippings/new(.:format) shippings#new
edit_shipping_path GET /shippings/:id/edit(.:format) shippings#edit
shipping_path GET /shippings/:id(.:format) shippings#show
PATCH /shippings/:id(.:format) shippings#update
PUT /shippings/:id(.:format) shippings#update
DELETE /shippings/:id(.:format) shippings#destroy
new_customer_session_path GET /customers/sign_in(.:format) customers/sessions#new
customer_session_path POST /customers/sign_in(.:format) customers/sessions#create
destroy_customer_session_path DELETE /customers/sign_out(.:format) customers/sessions#destroy
customer_password_path POST /customers/password(.:format) devise/passwords#create
new_customer_password_path GET /customers/password/new(.:format) devise/passwords#new
edit_customer_password_path GET /customers/password/edit(.:format) devise/passwords#edit
PATCH /customers/password(.:format) devise/passwords#update
PUT /customers/password(.:format) devise/passwords#update
cancel_customer_registration_path GET /customers/cancel(.:format) customers/registrations#cancel
customer_registration_path POST /customers(.:format) customers/registrations#create
new_customer_registration_path GET /customers/sign_up(.:format) customers/registrations#new
edit_customer_registration_path GET /customers/edit(.:format) customers/registrations#edit
PATCH /customers(.:format) customers/registrations#update
PUT /customers(.:format) customers/registrations#update
DELETE /customers(.:format) customers/registrations#destroy
new_company_session_path GET /companies/sign_in(.:format) devise/sessions#new
company_session_path POST /companies/sign_in(.:format) devise/sessions#create
destroy_company_session_path DELETE /companies/sign_out(.:format) devise/sessions#destroy
company_password_path POST /companies/password(.:format) devise/passwords#create
new_company_password_path GET /companies/password/new(.:format) devise/passwords#new
edit_company_password_path GET /companies/password/edit(.:format) devise/passwords#edit
PATCH /companies/password(.:format) devise/passwords#update
PUT /companies/password(.:format) devise/passwords#update
cancel_company_registration_path GET /companies/cancel(.:format) companies/registrations#cancel
company_registration_path POST /companies(.:format) companies/registrations#create
new_company_registration_path GET /companies/sign_up(.:format) companies/registrations#new
edit_company_registration_path GET /companies/edit(.:format) companies/registrations#edit
PATCH /companies(.:format) companies/registrations#update
PUT /companies(.:format) companies/registrations#update
DELETE /companies(.:format) companies/registrations#destroy
root_path GET / categories#index
customers_path GET /admin/customers(.:format) customers#index
POST /admin/customers(.:format) customers#create
new_customer_path GET /admin/customers/new(.:format) customers#new
edit_customer_path GET /admin/customers/:id/edit(.:format) customers#edit
customer_path GET /admin/customers/:id(.:format) customers#show
PATCH /admin/customers/:id(.:format) customers#update
PUT /admin/customers/:id(.:format) customers#update
DELETE /admin/customers/:id(.:format) customers#destroy
get_price_line_items_path POST /line_items/get_price(.:format) line_items#get_price
line_items_path GET /line_items(.:format) line_items#index
POST /line_items(.:format) line_items#create
new_line_item_path GET /line_items/new(.:format) line_items#new
edit_line_item_path GET /line_items/:id/edit(.:format) line_items#edit
line_item_path GET /line_items/:id(.:format) line_items#show
PATCH /line_items/:id(.:format) line_items#update
PUT /line_items/:id(.:format) line_items#update
DELETE /line_items/:id(.:format) line_items#destroy
categories_path GET /categories(.:format) categories#index
POST /categories(.:format) categories#create
new_category_path GET /categories/new(.:format) categories#new
edit_category_path GET /categories/:id/edit(.:format) categories#edit
category_path GET /categories/:id(.:format) categories#show
PATCH /categories/:id(.:format) categories#update
PUT /categories/:id(.:format) categories#update
DELETE /categories/:id(.:format) categories#destroy
order_order_comments_path GET /orders/:order_id/order_comments(.:format) order_comments#index
POST /orders/:order_id/order_comments(.:format) order_comments#create
new_order_order_comment_path GET /orders/:order_id/order_comments/new(.:format) order_comments#new
edit_order_order_comment_path GET /orders/:order_id/order_comments/:id/edit(.:format) order_comments#edit
order_order_comment_path GET /orders/:order_id/order_comments/:id(.:format) order_comments#show
PATCH /orders/:order_id/order_comments/:id(.:format) order_comments#update
PUT /orders/:order_id/order_comments/:id(.:format) order_comments#update
DELETE /orders/:order_id/order_comments/:id(.:format) order_comments#destroy
cart_orders_path GET /orders/cart(.:format) orders#cart
download_order_path GET /orders/:id/download(.:format) orders#download
checkout_order_path GET /orders/:id/checkout(.:format) orders#checkout
checkout_submit_order_path POST /orders/:id/checkout_submit(.:format) orders#checkout_submit
orders_path GET /orders(.:format) orders#index
POST /orders(.:format) orders#create
new_order_path GET /orders/new(.:format) orders#new
edit_order_path GET /orders/:id/edit(.:format) orders#edit
order_path GET /orders/:id(.:format) orders#show
PATCH /orders/:id(.:format) orders#update
PUT /orders/:id(.:format) orders#update
DELETE /orders/:id(.:format) orders#destroy
edit_price_product_path GET /products/:id/edit_price(.:format) products#edit_price
save_price_product_path POST /products/:id/save_price(.:format) products#save_price
edit_shipping_product_path GET /products/:id/edit_shipping(.:format) products#edit_shipping
save_shipping_product_path POST /products/:id/save_shipping(.:format) products#save_shipping
new_formula_product_path GET /products/:id/new_formula(.:format) products#new_formula
new_variable_product_path GET /products/:id/new_variable(.:format) products#new_variable
new_shipping_formula_product_path GET /products/:id/new_shipping_formula(.:format) products#new_shipping_formula
new_shipping_variable_product_path GET /products/:id/new_shipping_variable(.:format) products#new_shipping_variable
new_option_product_path GET /products/:id/new_option(.:format) products#new_option
options_dialog_product_path GET /products/:id/options_dialog(.:format) products#options_dialog
shop_product_path GET /products/:id/shop(.:format) products#shop
products_path GET /products(.:format) products#index
POST /products(.:format) products#create
new_product_path GET /products/new(.:format) products#new
edit_product_path GET /products/:id/edit(.:format) products#edit
product_path GET /products/:id(.:format) products#show
PATCH /products/:id(.:format) products#update
PUT /products/:id(.:format) products#update
DELETE /products/:id(.:format) products#destroy
about_path GET /about(.:format) static_pages#about
options_path GET /options(.:format) options#index
POST /options(.:format) options#create
new_option_path GET /options/new(.:format) options#new
edit_option_path GET /options/:id/edit(.:format) options#edit
option_path GET /options/:id(.:format) options#show
PATCH /options/:id(.:format) options#update
PUT /options/:id(.:format) options#update
DELETE /options/:id(.:format) options#destroy

Request

Parameters:

None

Response

Headers:

None