Routing Error

No route matches [GET] "/en/add_to_wish_list"

Rails.root: /home/htoo/ebuy

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
conversation_messages_path GET /conversations/:conversation_id/messages(.:format) messages#index
POST /conversations/:conversation_id/messages(.:format) messages#create
new_conversation_message_path GET /conversations/:conversation_id/messages/new(.:format) messages#new
edit_conversation_message_path GET /conversations/:conversation_id/messages/:id/edit(.:format) messages#edit
conversation_message_path GET /conversations/:conversation_id/messages/:id(.:format) messages#show
PATCH /conversations/:conversation_id/messages/:id(.:format) messages#update
PUT /conversations/:conversation_id/messages/:id(.:format) messages#update
DELETE /conversations/:conversation_id/messages/:id(.:format) messages#destroy
conversations_path GET /conversations(.:format) conversations#index
POST /conversations(.:format) conversations#create
new_conversation_path GET /conversations/new(.:format) conversations#new
edit_conversation_path GET /conversations/:id/edit(.:format) conversations#edit
conversation_path GET /conversations/:id(.:format) conversations#show
PATCH /conversations/:id(.:format) conversations#update
PUT /conversations/:id(.:format) conversations#update
DELETE /conversations/:id(.:format) conversations#destroy
myapis_path GET /myapis(.:format) myapis#index
POST /myapis(.:format) myapis#create
new_myapi_path GET /myapis/new(.:format) myapis#new
edit_myapi_path GET /myapis/:id/edit(.:format) myapis#edit
myapi_path GET /myapis/:id(.:format) myapis#show
PATCH /myapis/:id(.:format) myapis#update
PUT /myapis/:id(.:format) myapis#update
DELETE /myapis/:id(.:format) myapis#destroy
product_by_category_path GET|POST /product_by_category(.:format) myapis#product_by_category
product_by_id_path GET|POST /product_by_id(.:format) myapis#product_by_id
all_products_path GET|POST /all_products(.:format) myapis#all_products
customer_review_path GET|POST /customer_review(.:format) myapis#customer_review
my_info_path GET|POST /my_info(.:format) myapis#my_info
edit_my_info_path GET|POST /edit_my_info(.:format) myapis#edit_my_info
my_shoppinglist_path GET|POST /my_shoppinglist(.:format) myapis#my_shoppinglist
cover_images_path GET /cover_images(.:format) cover_images#index
POST /cover_images(.:format) cover_images#create
new_cover_image_path GET /cover_images/new(.:format) cover_images#new
edit_cover_image_path GET /cover_images/:id/edit(.:format) cover_images#edit
cover_image_path GET /cover_images/:id(.:format) cover_images#show
PATCH /cover_images/:id(.:format) cover_images#update
PUT /cover_images/:id(.:format) cover_images#update
DELETE /cover_images/:id(.:format) cover_images#destroy
currency_exchanges_path GET (/:locale)/currency_exchanges(.:format) currency_exchanges#index {:locale=>/en|mm/}
POST (/:locale)/currency_exchanges(.:format) currency_exchanges#create {:locale=>/en|mm/}
new_currency_exchange_path GET (/:locale)/currency_exchanges/new(.:format) currency_exchanges#new {:locale=>/en|mm/}
edit_currency_exchange_path GET (/:locale)/currency_exchanges/:id/edit(.:format) currency_exchanges#edit {:locale=>/en|mm/}
currency_exchange_path GET (/:locale)/currency_exchanges/:id(.:format) currency_exchanges#show {:locale=>/en|mm/}
PATCH (/:locale)/currency_exchanges/:id(.:format) currency_exchanges#update {:locale=>/en|mm/}
PUT (/:locale)/currency_exchanges/:id(.:format) currency_exchanges#update {:locale=>/en|mm/}
DELETE (/:locale)/currency_exchanges/:id(.:format) currency_exchanges#destroy {:locale=>/en|mm/}
wish_lists_path GET (/:locale)/wish_lists(.:format) wish_lists#index {:locale=>/en|mm/}
POST (/:locale)/wish_lists(.:format) wish_lists#create {:locale=>/en|mm/}
new_wish_list_path GET (/:locale)/wish_lists/new(.:format) wish_lists#new {:locale=>/en|mm/}
edit_wish_list_path GET (/:locale)/wish_lists/:id/edit(.:format) wish_lists#edit {:locale=>/en|mm/}
wish_list_path GET (/:locale)/wish_lists/:id(.:format) wish_lists#show {:locale=>/en|mm/}
PATCH (/:locale)/wish_lists/:id(.:format) wish_lists#update {:locale=>/en|mm/}
PUT (/:locale)/wish_lists/:id(.:format) wish_lists#update {:locale=>/en|mm/}
DELETE (/:locale)/wish_lists/:id(.:format) wish_lists#destroy {:locale=>/en|mm/}
request_products_path GET (/:locale)/request_products(.:format) request_products#index {:locale=>/en|mm/}
POST (/:locale)/request_products(.:format) request_products#create {:locale=>/en|mm/}
new_request_product_path GET (/:locale)/request_products/new(.:format) request_products#new {:locale=>/en|mm/}
edit_request_product_path GET (/:locale)/request_products/:id/edit(.:format) request_products#edit {:locale=>/en|mm/}
request_product_path GET (/:locale)/request_products/:id(.:format) request_products#show {:locale=>/en|mm/}
PATCH (/:locale)/request_products/:id(.:format) request_products#update {:locale=>/en|mm/}
PUT (/:locale)/request_products/:id(.:format) request_products#update {:locale=>/en|mm/}
DELETE (/:locale)/request_products/:id(.:format) request_products#destroy {:locale=>/en|mm/}
thanks_for_request_path GET (/:locale)/thanks_for_request(.:format) request_products#thanks_for_request {:locale=>/en|mm/}
new_buyer_session_path GET (/:locale)/buyers/sign_in(.:format) buyers/sessions#new {:locale=>/en|mm/}
buyer_session_path POST (/:locale)/buyers/sign_in(.:format) buyers/sessions#create {:locale=>/en|mm/}
destroy_buyer_session_path DELETE (/:locale)/buyers/sign_out(.:format) buyers/sessions#destroy {:locale=>/en|mm/}
buyer_password_path POST (/:locale)/buyers/password(.:format) devise/passwords#create {:locale=>/en|mm/}
new_buyer_password_path GET (/:locale)/buyers/password/new(.:format) devise/passwords#new {:locale=>/en|mm/}
edit_buyer_password_path GET (/:locale)/buyers/password/edit(.:format) devise/passwords#edit {:locale=>/en|mm/}
PATCH (/:locale)/buyers/password(.:format) devise/passwords#update {:locale=>/en|mm/}
PUT (/:locale)/buyers/password(.:format) devise/passwords#update {:locale=>/en|mm/}
cancel_buyer_registration_path GET (/:locale)/buyers/cancel(.:format) buyers/registrations#cancel {:locale=>/en|mm/}
buyer_registration_path POST (/:locale)/buyers(.:format) buyers/registrations#create {:locale=>/en|mm/}
new_buyer_registration_path GET (/:locale)/buyers/sign_up(.:format) buyers/registrations#new {:locale=>/en|mm/}
edit_buyer_registration_path GET (/:locale)/buyers/edit(.:format) buyers/registrations#edit {:locale=>/en|mm/}
PATCH (/:locale)/buyers(.:format) buyers/registrations#update {:locale=>/en|mm/}
PUT (/:locale)/buyers(.:format) buyers/registrations#update {:locale=>/en|mm/}
DELETE (/:locale)/buyers(.:format) buyers/registrations#destroy {:locale=>/en|mm/}
new_admin_session_path GET (/:locale)/admins/sign_in(.:format) admins/sessions#new {:locale=>/en|mm/}
admin_session_path POST (/:locale)/admins/sign_in(.:format) admins/sessions#create {:locale=>/en|mm/}
destroy_admin_session_path DELETE (/:locale)/admins/sign_out(.:format) admins/sessions#destroy {:locale=>/en|mm/}
admin_password_path POST (/:locale)/admins/password(.:format) devise/passwords#create {:locale=>/en|mm/}
new_admin_password_path GET (/:locale)/admins/password/new(.:format) devise/passwords#new {:locale=>/en|mm/}
edit_admin_password_path GET (/:locale)/admins/password/edit(.:format) devise/passwords#edit {:locale=>/en|mm/}
PATCH (/:locale)/admins/password(.:format) devise/passwords#update {:locale=>/en|mm/}
PUT (/:locale)/admins/password(.:format) devise/passwords#update {:locale=>/en|mm/}
cancel_admin_registration_path GET (/:locale)/admins/cancel(.:format) admins/registrations#cancel {:locale=>/en|mm/}
admin_registration_path POST (/:locale)/admins(.:format) admins/registrations#create {:locale=>/en|mm/}
new_admin_registration_path GET (/:locale)/admins/sign_up(.:format) admins/registrations#new {:locale=>/en|mm/}
edit_admin_registration_path GET (/:locale)/admins/edit(.:format) admins/registrations#edit {:locale=>/en|mm/}
PATCH (/:locale)/admins(.:format) admins/registrations#update {:locale=>/en|mm/}
PUT (/:locale)/admins(.:format) admins/registrations#update {:locale=>/en|mm/}
DELETE (/:locale)/admins(.:format) admins/registrations#destroy {:locale=>/en|mm/}
admins_path GET (/:locale)/admins(.:format) admins#index {:locale=>/en|mm/}
POST (/:locale)/admins(.:format) admins#create {:locale=>/en|mm/}
new_admin_path GET (/:locale)/admins/new(.:format) admins#new {:locale=>/en|mm/}
edit_admin_path GET (/:locale)/admins/:id/edit(.:format) admins#edit {:locale=>/en|mm/}
admin_path GET (/:locale)/admins/:id(.:format) admins#show {:locale=>/en|mm/}
PATCH (/:locale)/admins/:id(.:format) admins#update {:locale=>/en|mm/}
PUT (/:locale)/admins/:id(.:format) admins#update {:locale=>/en|mm/}
DELETE (/:locale)/admins/:id(.:format) admins#destroy {:locale=>/en|mm/}
dashboard_path GET (/:locale)/dashboard(.:format) admins#dashboard {:locale=>/en|mm/}
buyer_list_path GET (/:locale)/buyer_list(.:format) admins#buyer_list {:locale=>/en|mm/}
other_request_products_path GET (/:locale)/other_request_products(.:format) admins#other_request_products {:locale=>/en|mm/}
comments_path GET (/:locale)/comments(.:format) comments#index {:locale=>/en|mm/}
POST (/:locale)/comments(.:format) comments#create {:locale=>/en|mm/}
new_comment_path GET (/:locale)/comments/new(.:format) comments#new {:locale=>/en|mm/}
edit_comment_path GET (/:locale)/comments/:id/edit(.:format) comments#edit {:locale=>/en|mm/}
comment_path GET (/:locale)/comments/:id(.:format) comments#show {:locale=>/en|mm/}
PATCH (/:locale)/comments/:id(.:format) comments#update {:locale=>/en|mm/}
PUT (/:locale)/comments/:id(.:format) comments#update {:locale=>/en|mm/}
DELETE (/:locale)/comments/:id(.:format) comments#destroy {:locale=>/en|mm/}
coupons_path GET (/:locale)/coupons(.:format) coupons#index {:locale=>/en|mm/}
POST (/:locale)/coupons(.:format) coupons#create {:locale=>/en|mm/}
new_coupon_path GET (/:locale)/coupons/new(.:format) coupons#new {:locale=>/en|mm/}
edit_coupon_path GET (/:locale)/coupons/:id/edit(.:format) coupons#edit {:locale=>/en|mm/}
coupon_path GET (/:locale)/coupons/:id(.:format) coupons#show {:locale=>/en|mm/}
PATCH (/:locale)/coupons/:id(.:format) coupons#update {:locale=>/en|mm/}
PUT (/:locale)/coupons/:id(.:format) coupons#update {:locale=>/en|mm/}
DELETE (/:locale)/coupons/:id(.:format) coupons#destroy {:locale=>/en|mm/}
buyers_path GET (/:locale)/buyers(.:format) buyers#index {:locale=>/en|mm/}
POST (/:locale)/buyers(.:format) buyers#create {:locale=>/en|mm/}
new_buyer_path GET (/:locale)/buyers/new(.:format) buyers#new {:locale=>/en|mm/}
edit_buyer_path GET (/:locale)/buyers/:id/edit(.:format) buyers#edit {:locale=>/en|mm/}
buyer_path GET (/:locale)/buyers/:id(.:format) buyers#show {:locale=>/en|mm/}
PATCH (/:locale)/buyers/:id(.:format) buyers#update {:locale=>/en|mm/}
PUT (/:locale)/buyers/:id(.:format) buyers#update {:locale=>/en|mm/}
DELETE (/:locale)/buyers/:id(.:format) buyers#destroy {:locale=>/en|mm/}
carts_path GET (/:locale)/carts(.:format) carts#index {:locale=>/en|mm/}
POST (/:locale)/carts(.:format) carts#create {:locale=>/en|mm/}
new_cart_path GET (/:locale)/carts/new(.:format) carts#new {:locale=>/en|mm/}
edit_cart_path GET (/:locale)/carts/:id/edit(.:format) carts#edit {:locale=>/en|mm/}
cart_path GET (/:locale)/carts/:id(.:format) carts#show {:locale=>/en|mm/}
PATCH (/:locale)/carts/:id(.:format) carts#update {:locale=>/en|mm/}
PUT (/:locale)/carts/:id(.:format) carts#update {:locale=>/en|mm/}
DELETE (/:locale)/carts/:id(.:format) carts#destroy {:locale=>/en|mm/}
line_items_path GET (/:locale)/line_items(.:format) line_items#index {:locale=>/en|mm/}
POST (/:locale)/line_items(.:format) line_items#create {:locale=>/en|mm/}
new_line_item_path GET (/:locale)/line_items/new(.:format) line_items#new {:locale=>/en|mm/}
edit_line_item_path GET (/:locale)/line_items/:id/edit(.:format) line_items#edit {:locale=>/en|mm/}
line_item_path GET (/:locale)/line_items/:id(.:format) line_items#show {:locale=>/en|mm/}
PATCH (/:locale)/line_items/:id(.:format) line_items#update {:locale=>/en|mm/}
PUT (/:locale)/line_items/:id(.:format) line_items#update {:locale=>/en|mm/}
DELETE (/:locale)/line_items/:id(.:format) line_items#destroy {:locale=>/en|mm/}
cart_item_path GET (/:locale)/cart_item(.:format) line_items#cart_item {:locale=>/en|mm/}
orders_path GET (/:locale)/orders(.:format) orders#index {:locale=>/en|mm/}
POST (/:locale)/orders(.:format) orders#create {:locale=>/en|mm/}
new_order_path GET (/:locale)/orders/new(.:format) orders#new {:locale=>/en|mm/}
edit_order_path GET (/:locale)/orders/:id/edit(.:format) orders#edit {:locale=>/en|mm/}
order_path GET (/:locale)/orders/:id(.:format) orders#show {:locale=>/en|mm/}
PATCH (/:locale)/orders/:id(.:format) orders#update {:locale=>/en|mm/}
PUT (/:locale)/orders/:id(.:format) orders#update {:locale=>/en|mm/}
DELETE (/:locale)/orders/:id(.:format) orders#destroy {:locale=>/en|mm/}
order_complete_path GET|POST (/:locale)/order_complete(.:format) orders#order_complete {:locale=>/en|mm/}
frontends_path GET (/:locale)/frontends(.:format) frontends#index {:locale=>/en|mm/}
POST (/:locale)/frontends(.:format) frontends#create {:locale=>/en|mm/}
new_frontend_path GET (/:locale)/frontends/new(.:format) frontends#new {:locale=>/en|mm/}
edit_frontend_path GET (/:locale)/frontends/:id/edit(.:format) frontends#edit {:locale=>/en|mm/}
frontend_path GET (/:locale)/frontends/:id(.:format) frontends#show {:locale=>/en|mm/}
PATCH (/:locale)/frontends/:id(.:format) frontends#update {:locale=>/en|mm/}
PUT (/:locale)/frontends/:id(.:format) frontends#update {:locale=>/en|mm/}
DELETE (/:locale)/frontends/:id(.:format) frontends#destroy {:locale=>/en|mm/}
root_path GET /(:locale)(.:format) frontends#home {:locale=>/en|mm/}
fill_your_order_form_path GET|POST (/:locale)/fill_your_order_form/:id(.:format) frontends#fill_your_order_form {:locale=>/en|mm/}
submit_online_payment_path GET (/:locale)/submit_online_payment(.:format) frontends#submit_online_payment {:locale=>/en|mm/}
order_form_path GET (/:locale)/order_form(.:format) frontends#order_form {:locale=>/en|mm/}
about_us_path GET (/:locale)/about_us(.:format) frontends#about_us {:locale=>/en|mm/}
contact_us_path GET|POST (/:locale)/contact_us(.:format) frontends#contact_us {:locale=>/en|mm/}
help_path GET (/:locale)/help(.:format) frontends#help {:locale=>/en|mm/}
product_info_path GET (/:locale)/product_info/:id(.:format) frontends#product_info {:locale=>/en|mm/}
view_image_path GET (/:locale)/view_image/:id(.:format) frontends#view_image {:locale=>/en|mm/}
search_result_path GET (/:locale)/search_result(.:format) frontends#search_result {:locale=>/en|mm/}
how_to_buy_path GET (/:locale)/how_to_buy(.:format) frontends#how_to_buy {:locale=>/en|mm/}
payment_path GET (/:locale)/payment(.:format) frontends#payment {:locale=>/en|mm/}
shipment_delivery_path GET (/:locale)/shipment_delivery(.:format) frontends#shipment_delivery {:locale=>/en|mm/}
customer_feedback_path GET (/:locale)/customer_feedback(.:format) frontends#customer_feedback {:locale=>/en|mm/}
career_opportunity_path GET (/:locale)/career_opportunity(.:format) frontends#career_opportunity {:locale=>/en|mm/}
termns_and_condition_path GET (/:locale)/termns_and_condition(.:format) frontends#termns_and_condition {:locale=>/en|mm/}
privacy_policy_path GET (/:locale)/privacy_policy(.:format) frontends#privacy_policy {:locale=>/en|mm/}
my_account_path GET (/:locale)/my_account(.:format) frontends#my_account {:locale=>/en|mm/}
check_out_path GET (/:locale)/check_out(.:format) frontends#check_out {:locale=>/en|mm/}
use_coupon_path GET (/:locale)/use_coupon(.:format) frontends#use_coupon {:locale=>/en|mm/}
add_to_wish_list_path POST (/:locale)/add_to_wish_list(.:format) frontends#add_to_wish_list {:locale=>/en|mm/}
GET (/:locale)/product_detail_mobiview/:id(.:format) frontends#product_detail_mobiview {:locale=>/en|mm/}
GET (/:locale)/customer_review_mobiview/:id(.:format) frontends#customer_review_mobiview {:locale=>/en|mm/}
GET (/:locale)/productqanda_mobiview/:id(.:format) frontends#productqanda_mobiview {:locale=>/en|mm/}
GET (/:locale)/notice_mobiview/:id(.:format) frontends#notice_mobiview {:locale=>/en|mm/}
my_wishlist_path GET (/:locale)/my_wishlist(.:format) frontends#my_wishlist {:locale=>/en|mm/}
my_coupon_path GET (/:locale)/my_coupon(.:format) frontends#my_coupon {:locale=>/en|mm/}
send_to_order_path GET (/:locale)/send_to_order(.:format) frontends#send_to_order {:locale=>/en|mm/}
use_mpu_path GET (/:locale)/use_mpu(.:format) frontends#use_mpu {:locale=>/en|mm/}
use_cash_deposit_path GET (/:locale)/use_cash_deposit(.:format) frontends#use_cash_deposit {:locale=>/en|mm/}
use_bank_transfer_path GET (/:locale)/use_bank_transfer(.:format) frontends#use_bank_transfer {:locale=>/en|mm/}
my_order_list_path GET (/:locale)/my_order_list(.:format) frontends#my_order_list {:locale=>/en|mm/}
my_shopping_list_path GET (/:locale)/my_shopping_list(.:format) frontends#my_shopping_list {:locale=>/en|mm/}
my_order_detail_path GET (/:locale)/my_order_detail/:id(.:format) frontends#my_order_detail {:locale=>/en|mm/}
cancel_order_path GET (/:locale)/cancel_order/:id(.:format) frontends#cancel_order {:locale=>/en|mm/}
my_cancel_list_path GET (/:locale)/my_cancel_list(.:format) frontends#my_cancel_list {:locale=>/en|mm/}
my_personal_info_path GET (/:locale)/my_personal_info/:id(.:format) frontends#my_personal_info {:locale=>/en|mm/}
product_list_path GET (/:locale)/product_list(.:format) frontends#product_list {:locale=>/en|mm/}
pc_version_path GET (/:locale)/pc_version(.:format) frontends#pc_version {:locale=>/en|mm/}
send_to_pusher_path GET (/:locale)/send_to_pusher(.:format) frontends#send_to_pusher {:locale=>/en|mm/}
chat_with_path GET (/:locale)/chat_with(.:format) frontends#chat_with {:locale=>/en|mm/}
chat_to_seller_path GET (/:locale)/chat_to_seller(.:format) frontends#chat_to_seller {:locale=>/en|mm/}
products_path GET (/:locale)/products(.:format) products#index {:locale=>/en|mm/}
POST (/:locale)/products(.:format) products#create {:locale=>/en|mm/}
new_product_path GET (/:locale)/products/new(.:format) products#new {:locale=>/en|mm/}
edit_product_path GET (/:locale)/products/:id/edit(.:format) products#edit {:locale=>/en|mm/}
product_path GET (/:locale)/products/:id(.:format) products#show {:locale=>/en|mm/}
PATCH (/:locale)/products/:id(.:format) products#update {:locale=>/en|mm/}
PUT (/:locale)/products/:id(.:format) products#update {:locale=>/en|mm/}
DELETE (/:locale)/products/:id(.:format) products#destroy {:locale=>/en|mm/}

Request

Parameters:

{"product_id"=>"1821",
 "product_name"=>"GNC Triple Strength Fish Oil 120 Softgels [ Item No 1821]"}

Response

Headers:

None