Routing Error

No route matches [GET] "/baby_names"

Rails.root: /home/lwt

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
ckeditor_path /ckeditor

Ckeditor::Engine

root_path GET /

home#index

new_user_session_path GET /users/sign_in(.:format)

users/sessions#new

user_session_path POST /users/sign_in(.:format)

users/sessions#create

destroy_user_session_path GET /users/sign_out(.:format)

users/sessions#destroy

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

users/passwords#new

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

users/passwords#edit

user_password_path PATCH /users/password(.:format)

users/passwords#update

PUT /users/password(.:format)

users/passwords#update

POST /users/password(.:format)

users/passwords#create

cancel_user_registration_path GET /users/cancel(.:format)

users/registrations#cancel

new_user_registration_path GET /users/sign_up(.:format)

users/registrations#new

edit_user_registration_path GET /users/edit(.:format)

users/registrations#edit

user_registration_path PATCH /users(.:format)

users/registrations#update

PUT /users(.:format)

users/registrations#update

DELETE /users(.:format)

users/registrations#destroy

POST /users(.:format)

users/registrations#create

post_answers_path GET /posts/:post_id/answers(.:format)

answers#index

POST /posts/:post_id/answers(.:format)

answers#create

new_post_answer_path GET /posts/:post_id/answers/new(.:format)

answers#new

edit_post_answer_path GET /posts/:post_id/answers/:id/edit(.:format)

answers#edit

post_answer_path GET /posts/:post_id/answers/:id(.:format)

answers#show

PATCH /posts/:post_id/answers/:id(.:format)

answers#update

PUT /posts/:post_id/answers/:id(.:format)

answers#update

DELETE /posts/:post_id/answers/:id(.:format)

answers#destroy

post_replies_path GET /posts/:post_id/replies(.:format)

replies#index

POST /posts/:post_id/replies(.:format)

replies#create

new_post_reply_path GET /posts/:post_id/replies/new(.:format)

replies#new

edit_post_reply_path GET /posts/:post_id/replies/:id/edit(.:format)

replies#edit

post_reply_path GET /posts/:post_id/replies/:id(.:format)

replies#show

PATCH /posts/:post_id/replies/:id(.:format)

replies#update

PUT /posts/:post_id/replies/:id(.:format)

replies#update

DELETE /posts/:post_id/replies/:id(.:format)

replies#destroy

posts_path GET /posts(.:format)

posts#index

POST /posts(.:format)

posts#create

new_post_path GET /posts/new(.:format)

posts#new

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

posts#edit

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

posts#show

PATCH /posts/:id(.:format)

posts#update

PUT /posts/:id(.:format)

posts#update

DELETE /posts/:id(.:format)

posts#destroy

tinymce_assets_path POST /tinymce_assets(.:format)

tinymce_assets#create

forum_path GET /forum(.:format)

posts#index

quiz_quiz_comments_path GET /quizzes/:quiz_id/quiz_comments(.:format)

quiz_comments#index

POST /quizzes/:quiz_id/quiz_comments(.:format)

quiz_comments#create

new_quiz_quiz_comment_path GET /quizzes/:quiz_id/quiz_comments/new(.:format)

quiz_comments#new

edit_quiz_quiz_comment_path GET /quizzes/:quiz_id/quiz_comments/:id/edit(.:format)

quiz_comments#edit

quiz_quiz_comment_path GET /quizzes/:quiz_id/quiz_comments/:id(.:format)

quiz_comments#show

PATCH /quizzes/:quiz_id/quiz_comments/:id(.:format)

quiz_comments#update

PUT /quizzes/:quiz_id/quiz_comments/:id(.:format)

quiz_comments#update

DELETE /quizzes/:quiz_id/quiz_comments/:id(.:format)

quiz_comments#destroy

quizzes_path GET /quizzes(.:format)

quizzes#index

POST /quizzes(.:format)

quizzes#create

new_quiz_path GET /quizzes/new(.:format)

quizzes#new

edit_quiz_path GET /quizzes/:id/edit(.:format)

quizzes#edit

quiz_path GET /quizzes/:id(.:format)

quizzes#show

PATCH /quizzes/:id(.:format)

quizzes#update

PUT /quizzes/:id(.:format)

quizzes#update

DELETE /quizzes/:id(.:format)

quizzes#destroy

submit_quiz_path POST /submit_quiz(.:format)

quizzes#submit_quiz

branchjson_path GET /branchjson(.:format)

company#myjson

jsonUpdate_path GET /jsonUpdate(.:format)

company#jsonUpdate

infocount_path GET /infocount(.:format)

company#infocount

answers_path POST /answers(.:format)

answers#create

replies_path POST /replies(.:format)

replies#create

post_like_path POST /like/:post_id/like(.:format)

likes#create_post

post_unlike_path DELETE /like/:id/:post_id(.:format)

likes#destroy_post

answer_like_path POST /like_answer/:post_id/like/:answer_id(.:format)

likes#create_answer

reply_like_path POST /like_reply/:post_id/like/:reply_id(.:format)

likes#create_reply

edit_my_profile_path GET /edit-profile(.:format)

users#edit

put_my_profile_path PUT /edit-profile/:id(.:format)

users#update

edit_my_photo_path GET /edit-photo(.:format)

users#edit_photo

user_profile_path GET /users/:username(.:format)

users#show

dashboard_path GET /dashboard(.:format)

admin/welcome#index

contact_index_path GET /contact(.:format)

contact#index

POST /contact(.:format)

contact#create

new_contact_path GET /contact/new(.:format)

contact#new

edit_contact_path GET /contact/:id/edit(.:format)

contact#edit

contact_path GET /contact/:id(.:format)

contact#show

PATCH /contact/:id(.:format)

contact#update

PUT /contact/:id(.:format)

contact#update

DELETE /contact/:id(.:format)

contact#destroy

blog_blog_comments_path GET /blog/:blog_id/blog_comments(.:format)

blog_comments#index

POST /blog/:blog_id/blog_comments(.:format)

blog_comments#create

new_blog_blog_comment_path GET /blog/:blog_id/blog_comments/new(.:format)

blog_comments#new

edit_blog_blog_comment_path GET /blog/:blog_id/blog_comments/:id/edit(.:format)

blog_comments#edit

blog_blog_comment_path GET /blog/:blog_id/blog_comments/:id(.:format)

blog_comments#show

PATCH /blog/:blog_id/blog_comments/:id(.:format)

blog_comments#update

PUT /blog/:blog_id/blog_comments/:id(.:format)

blog_comments#update

DELETE /blog/:blog_id/blog_comments/:id(.:format)

blog_comments#destroy

blog_index_path GET /blog(.:format)

blog#index

POST /blog(.:format)

blog#create

new_blog_path GET /blog/new(.:format)

blog#new

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

blog#edit

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

blog#show

PATCH /blog/:id(.:format)

blog#update

PUT /blog/:id(.:format)

blog#update

DELETE /blog/:id(.:format)

blog#destroy

blogs_feed_path GET /blogs/feed(.:format)

blog#feed {:format=>/rss/}

openingtimes_feed_path GET /openingtimes/feed(.:format)

blog#feed {:format=>/rss/}

GET /blog/category/:slug(.:format)

blog#get_by_category

company_comments_path POST /company/comment/:company_id(.:format)

comment#create

cities_path GET /cities(.:format)

city#index

GET /region/:region(.:format)

city#towns_by_region

GET /town-categories/:town(.:format)

city#get_category_by_town

shops_path GET /shops(.:format)

company#index

GET /shops/:town/:category(.:format)

city#get_shops_by_town

hey_towns_path GET /hey_towns(.:format)

city#town_slug

GET /scrape/postcodes/:name/:count(.:format)

contact#postcodes

GET /scrape/postcodesv/:name/:count(.:format)

contact#postcodesv

GET /scrape/branchfix/:name/:count(.:format)

contact#branchfix

scrape_shopcheck_path GET /scrape/shopcheck(.:format)

scrape#shop_checker

cca_path GET /cca(.:format)

contact#addCountry

GET /outcodefix/:name/:count(.:format)

contact#outcodefix

GET /outcodefixv2/:name/:count(.:format)

contact#outcodefixv2

GET /outcodefixv3/:name/:count(.:format)

contact#outcodefixv3

GET /outcodefixall/:offset/:limit(.:format)

contact#outcodefixall

fixdidem_path GET /fixdidem(.:format)

contact#fixdidem

bank_holidays_path GET /bank-holidays(.:format)

holiday#index

GET /bank-holidays/:country(.:format)

holiday#index

GET /bank-holidays/:country/:year(.:format)

holiday#years

holiday_show_path GET /public-holidays/:holiday(.:format)

holiday#show

school_holidays_united_kingdom_path GET /school-holidays/united-kingdom(.:format)

redirect(301, /school-holidays)

school_holidays_path GET /school-holidays(.:format)

school_holidays#index

GET /school-holidays/:country(.:format)

school_holidays#show_country

go_town_path GET /school-holidays/:country(/:town)(.:format)

school_holidays#show_town

GET /change_town/:first/:second(.:format)

school_holidays#changetown

GET /change_holiday/:first/:second(.:format)

school_holidays#changeholiday

contri_all_path GET /contri-all(.:format)

holiday#contri_all

GET /contri/:slug(.:format)

holiday#contri

privacy_policy_path GET /privacy-policy(.:format)

contact#privacy

api1_catalogues_path GET /api1/catalogues(.:format)

api#getAllValidCatalogues

GET /api1/catalogue/:id(.:format)

api#getCatalogue

GET /shopcek/:asd/:slug/:brand(/:count)(.:format)

scrape#shopscouk

GET /openingcek/:brand(.:format)

scrape#openingcek

GET /openingcektekli/:brand/:blabla(.:format)

scrape#openingcek

GET /opencek/:slug/:brand(/:start)(/:finish)(.:format)

scrape#opentimesin

GET /openuk/:brand/:other(.:format)

contact#openuk

GET /openuk/:brand/:other/:page(.:format)

contact#openuk

GET /duzeltmeopenuk/:brand(.:format)

contact#duzeltmeopenuk

GET /openuknew/:brand/:other(.:format)

contact#openuknew

GET /openuknew/:brand/:other/:page(.:format)

contact#openuknew

aldiduzelt_path GET /aldiduzelt(.:format)

contact#duzeltaldi

aldiduzelt2_path GET /aldiduzelt2(.:format)

contact#duzeltaldi2

aldiduzelt3_path GET /aldiduzelt3(.:format)

contact#duzeltaldi3

logosuz_path GET /logosuz(.:format)

contact#logosuz

GET /cek/:slug/:detail(.:format)

contact#cek

GET /destroy-dubs/:brand(.:format)

contact#destroyDubs

clean_brand_path GET /clean-brand(.:format)

contact#cleanBrand

admin_path GET /admin(.:format)

admin/devise/sessions#new

POST /admin(.:format)

admin/devise/sessions#create

admin_logout_path DELETE /admin/logout(.:format)

admin/devise/sessions#destroy

GET /admin/logout(.:format)

admin/devise/sessions#destroy

admin_company_index_path GET /admin/company(.:format)

admin/company#index

POST /admin/company(.:format)

admin/company#create

new_admin_company_path GET /admin/company/new(.:format)

admin/company#new

edit_admin_company_path GET /admin/company/:id/edit(.:format)

admin/company#edit

admin_company_path GET /admin/company/:id(.:format)

admin/company#show

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

admin/company#update

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

admin/company#update

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

admin/company#destroy

admin_category_index_path GET /admin/category(.:format)

admin/category#index

POST /admin/category(.:format)

admin/category#create

new_admin_category_path GET /admin/category/new(.:format)

admin/category#new

edit_admin_category_path GET /admin/category/:id/edit(.:format)

admin/category#edit

admin_category_path GET /admin/category/:id(.:format)

admin/category#show

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

admin/category#update

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

admin/category#update

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

admin/category#destroy

admin_country_index_path GET /admin/country(.:format)

admin/country#index

POST /admin/country(.:format)

admin/country#create

new_admin_country_path GET /admin/country/new(.:format)

admin/country#new

edit_admin_country_path GET /admin/country/:id/edit(.:format)

admin/country#edit

admin_country_path GET /admin/country/:id(.:format)

admin/country#show

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

admin/country#update

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

admin/country#update

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

admin/country#destroy

admin_brand_index_path GET /admin/brand(.:format)

admin/brand#index

POST /admin/brand(.:format)

admin/brand#create

new_admin_brand_path GET /admin/brand/new(.:format)

admin/brand#new

edit_admin_brand_path GET /admin/brand/:id/edit(.:format)

admin/brand#edit

admin_brand_path GET /admin/brand/:id(.:format)

admin/brand#show

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

admin/brand#update

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

admin/brand#update

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

admin/brand#destroy

admin_template_index_path GET /admin/template(.:format)

admin/template#index

POST /admin/template(.:format)

admin/template#create

new_admin_template_path GET /admin/template/new(.:format)

admin/template#new

edit_admin_template_path GET /admin/template/:id/edit(.:format)

admin/template#edit

admin_template_path GET /admin/template/:id(.:format)

admin/template#show

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

admin/template#update

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

admin/template#update

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

admin/template#destroy

admin_catalogue_index_path GET /admin/catalogue(.:format)

admin/catalogue#index

POST /admin/catalogue(.:format)

admin/catalogue#create

new_admin_catalogue_path GET /admin/catalogue/new(.:format)

admin/catalogue#new

edit_admin_catalogue_path GET /admin/catalogue/:id/edit(.:format)

admin/catalogue#edit

admin_catalogue_path GET /admin/catalogue/:id(.:format)

admin/catalogue#show

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

admin/catalogue#update

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

admin/catalogue#update

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

admin/catalogue#destroy

admin_blog_categories_path GET /admin/blog_categories(.:format)

admin/blog_categories#index

POST /admin/blog_categories(.:format)

admin/blog_categories#create

new_admin_blog_category_path GET /admin/blog_categories/new(.:format)

admin/blog_categories#new

edit_admin_blog_category_path GET /admin/blog_categories/:id/edit(.:format)

admin/blog_categories#edit

admin_blog_category_path GET /admin/blog_categories/:id(.:format)

admin/blog_categories#show

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

admin/blog_categories#update

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

admin/blog_categories#update

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

admin/blog_categories#destroy

admin_holiday_categories_path GET /admin/holiday_categories(.:format)

admin/holiday_categories#index

POST /admin/holiday_categories(.:format)

admin/holiday_categories#create

new_admin_holiday_category_path GET /admin/holiday_categories/new(.:format)

admin/holiday_categories#new

edit_admin_holiday_category_path GET /admin/holiday_categories/:id/edit(.:format)

admin/holiday_categories#edit

admin_holiday_category_path GET /admin/holiday_categories/:id(.:format)

admin/holiday_categories#show

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

admin/holiday_categories#update

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

admin/holiday_categories#update

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

admin/holiday_categories#destroy

admin_holiday_types_path GET /admin/holiday_types(.:format)

admin/holiday_types#index

POST /admin/holiday_types(.:format)

admin/holiday_types#create

new_admin_holiday_type_path GET /admin/holiday_types/new(.:format)

admin/holiday_types#new

edit_admin_holiday_type_path GET /admin/holiday_types/:id/edit(.:format)

admin/holiday_types#edit

admin_holiday_type_path GET /admin/holiday_types/:id(.:format)

admin/holiday_types#show

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

admin/holiday_types#update

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

admin/holiday_types#update

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

admin/holiday_types#destroy

admin_holidays_path GET /admin/holidays(.:format)

admin/holidays#index

POST /admin/holidays(.:format)

admin/holidays#create

new_admin_holiday_path GET /admin/holidays/new(.:format)

admin/holidays#new

edit_admin_holiday_path GET /admin/holidays/:id/edit(.:format)

admin/holidays#edit

admin_holiday_path GET /admin/holidays/:id(.:format)

admin/holidays#show

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

admin/holidays#update

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

admin/holidays#update

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

admin/holidays#destroy

admin_school_holidays_path GET /admin/school_holidays(.:format)

admin/school_holidays#index

POST /admin/school_holidays(.:format)

admin/school_holidays#create

new_admin_school_holiday_path GET /admin/school_holidays/new(.:format)

admin/school_holidays#new

edit_admin_school_holiday_path GET /admin/school_holidays/:id/edit(.:format)

admin/school_holidays#edit

admin_school_holiday_path GET /admin/school_holidays/:id(.:format)

admin/school_holidays#show

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

admin/school_holidays#update

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

admin/school_holidays#update

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

admin/school_holidays#destroy

admin_sh_towns_path GET /admin/sh_towns(.:format)

admin/sh_towns#index

POST /admin/sh_towns(.:format)

admin/sh_towns#create

new_admin_sh_town_path GET /admin/sh_towns/new(.:format)

admin/sh_towns#new

edit_admin_sh_town_path GET /admin/sh_towns/:id/edit(.:format)

admin/sh_towns#edit

admin_sh_town_path GET /admin/sh_towns/:id(.:format)

admin/sh_towns#show

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

admin/sh_towns#update

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

admin/sh_towns#update

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

admin/sh_towns#destroy

admin_sh_categories_path GET /admin/sh_categories(.:format)

admin/sh_categories#index

POST /admin/sh_categories(.:format)

admin/sh_categories#create

new_admin_sh_category_path GET /admin/sh_categories/new(.:format)

admin/sh_categories#new

edit_admin_sh_category_path GET /admin/sh_categories/:id/edit(.:format)

admin/sh_categories#edit

admin_sh_category_path GET /admin/sh_categories/:id(.:format)

admin/sh_categories#show

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

admin/sh_categories#update

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

admin/sh_categories#update

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

admin/sh_categories#destroy

admin_post_categories_path GET /admin/post_categories(.:format)

admin/post_categories#index

POST /admin/post_categories(.:format)

admin/post_categories#create

new_admin_post_category_path GET /admin/post_categories/new(.:format)

admin/post_categories#new

edit_admin_post_category_path GET /admin/post_categories/:id/edit(.:format)

admin/post_categories#edit

admin_post_category_path GET /admin/post_categories/:id(.:format)

admin/post_categories#show

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

admin/post_categories#update

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

admin/post_categories#update

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

admin/post_categories#destroy

admin_quiz_categories_path GET /admin/quiz_categories(.:format)

admin/quiz_categories#index

POST /admin/quiz_categories(.:format)

admin/quiz_categories#create

new_admin_quiz_category_path GET /admin/quiz_categories/new(.:format)

admin/quiz_categories#new

edit_admin_quiz_category_path GET /admin/quiz_categories/:id/edit(.:format)

admin/quiz_categories#edit

admin_quiz_category_path GET /admin/quiz_categories/:id(.:format)

admin/quiz_categories#show

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

admin/quiz_categories#update

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

admin/quiz_categories#update

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

admin/quiz_categories#destroy

admin_quizzes_path GET /admin/quizzes(.:format)

admin/quizzes#index

POST /admin/quizzes(.:format)

admin/quizzes#create

new_admin_quiz_path GET /admin/quizzes/new(.:format)

admin/quizzes#new

edit_admin_quiz_path GET /admin/quizzes/:id/edit(.:format)

admin/quizzes#edit

admin_quiz_path GET /admin/quizzes/:id(.:format)

admin/quizzes#show

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

admin/quizzes#update

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

admin/quizzes#update

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

admin/quizzes#destroy

admin_quiz_results_path GET /admin/quiz-results(.:format)

admin/quizzes#results

admin_quiz_comments_path GET /admin/quiz_comments(.:format)

admin/quiz_comments#index

POST /admin/quiz_comments(.:format)

admin/quiz_comments#create

new_admin_quiz_comment_path GET /admin/quiz_comments/new(.:format)

admin/quiz_comments#new

edit_admin_quiz_comment_path GET /admin/quiz_comments/:id/edit(.:format)

admin/quiz_comments#edit

admin_quiz_comment_path GET /admin/quiz_comments/:id(.:format)

admin/quiz_comments#show

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

admin/quiz_comments#update

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

admin/quiz_comments#update

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

admin/quiz_comments#destroy

admin_quiz_comment_status_on_path GET /admin/quiz_comment/:id/active(.:format)

admin/quiz_comments#status_on

admin_quiz_comment_status_off_path GET /admin/quiz_comment/:id/passive(.:format)

admin/quiz_comments#status_off

admin_pending_companies_path GET /admin/pending_companies(.:format)

admin/pending_companies#index

POST /admin/pending_companies(.:format)

admin/pending_companies#create

new_admin_pending_company_path GET /admin/pending_companies/new(.:format)

admin/pending_companies#new

edit_admin_pending_company_path GET /admin/pending_companies/:id/edit(.:format)

admin/pending_companies#edit

admin_pending_company_path GET /admin/pending_companies/:id(.:format)

admin/pending_companies#show

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

admin/pending_companies#update

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

admin/pending_companies#update

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

admin/pending_companies#destroy

admin_merge_company_path GET /admin/pending_companies/:id/birlestir(.:format)

admin/pending_companies#merge_company

admin_price_index_path GET /admin/price(.:format)

admin/price#index

POST /admin/price(.:format)

admin/price#create

new_admin_price_path GET /admin/price/new(.:format)

admin/price#new

edit_admin_price_path GET /admin/price/:id/edit(.:format)

admin/price#edit

admin_price_path GET /admin/price/:id(.:format)

admin/price#show

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

admin/price#update

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

admin/price#update

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

admin/price#destroy

admin_catalogue_picture_delete_path GET /admin/pictures/:id/delete(.:format)

admin/catalogue#delete_picture

admin_company_by_brand_path GET /admin/company/brand/:slug(.:format)

admin/company#get_by_brand

admin_mycompany_path GET /admin/my-companies(.:format)

admin/company#index_mine

admin_mycompanylast_path GET /admin/my-companies-last(.:format)

admin/company#index_mine_last

admin_company_status_on_path GET /admin/company/:id/active(.:format)

admin/company#status_on

admin_company_status_off_path GET /admin/company/:id/passive(.:format)

admin/company#status_off

admin_company_paid_on_path GET /admin/company/:id/paid(.:format)

admin/company#paid_on

admin_company_paid_off_path GET /admin/company/:id/paid-off(.:format)

admin/company#paid_off

admin_user_index_path GET /admin/user(.:format)

admin/user#index

POST /admin/user(.:format)

admin/user#create

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

admin/user#new

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

admin/user#edit

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

admin/user#show

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

admin/user#update

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

admin/user#update

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

admin/user#destroy

admin_user_pay_all_path GET /admin/user/:id/pay-all(.:format)

admin/user#pay_all

admin_catalog_mail_path GET /admin/contact/katalog(.:format)

admin/contact#catalogMails

admin_delete_catalog_mail_path DELETE /admin/contact/katalog/destroy/:id(.:format)

admin/contact#deleteCatalogMails

admin_searches_path GET /admin/search-terms(.:format)

admin/contact#searches

admin_catalog_link_path GET /admin/link(.:format)

admin/link#catalogLinks

admin_delete_catalog_link_path DELETE /admin/link/destroy/:id(.:format)

admin/link#deleteCatalogLinks

admin_blog_index_path GET /admin/blog(.:format)

admin/blog#index

POST /admin/blog(.:format)

admin/blog#create

new_admin_blog_path GET /admin/blog/new(.:format)

admin/blog#new

edit_admin_blog_path GET /admin/blog/:id/edit(.:format)

admin/blog#edit

admin_blog_path GET /admin/blog/:id(.:format)

admin/blog#show

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

admin/blog#update

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

admin/blog#update

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

admin/blog#destroy

admin_blog_status_on_path GET /admin/blog/:id/active(.:format)

admin/blog#status_on

admin_blog_status_off_path GET /admin/blog/:id/passive(.:format)

admin/blog#status_off

admin_blog_home_on_path GET /admin/blog/:id/home-on(.:format)

admin/blog#home_on

admin_blog_home_off_path GET /admin/blog/:id/home-off(.:format)

admin/blog#home_off

admin_blog_photo_delete_path GET /admin/blog-img/:id/delete(.:format)

admin/blog#delete_photo

admin_catalog_infos_path GET /admin/catalog_infos(.:format)

admin/catalog_infos#index

POST /admin/catalog_infos(.:format)

admin/catalog_infos#create

new_admin_catalog_info_path GET /admin/catalog_infos/new(.:format)

admin/catalog_infos#new

edit_admin_catalog_info_path GET /admin/catalog_infos/:id/edit(.:format)

admin/catalog_infos#edit

admin_catalog_info_path GET /admin/catalog_infos/:id(.:format)

admin/catalog_infos#show

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

admin/catalog_infos#update

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

admin/catalog_infos#update

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

admin/catalog_infos#destroy

admin_catalog_info_status_on_path GET /admin/catalog_info/:id/active(.:format)

admin/catalog_infos#status_on

admin_catalog_info_status_off_path GET /admin/catalog_info/:id/passive(.:format)

admin/catalog_infos#status_off

admin_blog_comments_path GET /admin/blog_comments(.:format)

admin/blog_comments#index

POST /admin/blog_comments(.:format)

admin/blog_comments#create

new_admin_blog_comment_path GET /admin/blog_comments/new(.:format)

admin/blog_comments#new

edit_admin_blog_comment_path GET /admin/blog_comments/:id/edit(.:format)

admin/blog_comments#edit

admin_blog_comment_path GET /admin/blog_comments/:id(.:format)

admin/blog_comments#show

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

admin/blog_comments#update

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

admin/blog_comments#update

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

admin/blog_comments#destroy

admin_blog_comment_status_on_path GET /admin/blog_comment/:id/active(.:format)

admin/blog_comments#status_on

admin_blog_comment_status_off_path GET /admin/blog_comment/:id/passive(.:format)

admin/blog_comments#status_off

admin_comments_path GET /admin/comments(.:format)

admin/comments#index

POST /admin/comments(.:format)

admin/comments#create

new_admin_comment_path GET /admin/comments/new(.:format)

admin/comments#new

edit_admin_comment_path GET /admin/comments/:id/edit(.:format)

admin/comments#edit

admin_comment_path GET /admin/comments/:id(.:format)

admin/comments#show

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

admin/comments#update

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

admin/comments#update

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

admin/comments#destroy

admin_comment_status_on_path GET /admin/comment/:id/active(.:format)

admin/comments#status_on

admin_comment_status_off_path GET /admin/comment/:id/passive(.:format)

admin/comments#status_off

admin_baby_names_path GET /admin/baby_names(.:format)

admin/baby_names#index

POST /admin/baby_names(.:format)

admin/baby_names#create

new_admin_baby_name_path GET /admin/baby_names/new(.:format)

admin/baby_names#new

edit_admin_baby_name_path GET /admin/baby_names/:id/edit(.:format)

admin/baby_names#edit

admin_baby_name_path GET /admin/baby_names/:id(.:format)

admin/baby_names#show

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

admin/baby_names#update

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

admin/baby_names#update

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

admin/baby_names#destroy

admin_baby_photo_delete_path GET /admin/baby-img/:id/delete(.:format)

admin/baby_names#delete_photo

admin_profilim_path GET /admin/profilim(.:format)

admin/user#profile

PATCH /admin/profilim(.:format)

admin/user#update_profile

uk_clothing_blue_inc_path GET /uk/clothing/blue-inc(.:format)

redirect(301, /)

uk_banks_blue_inc_path GET /uk/banks/blue-inc(.:format)

redirect(301, /)

uk_electricals_wilts_path GET /uk/electricals/wilts(.:format)

redirect(301, /)

uk_banks_bargain_booze_R_path GET /uk/banks/bargain-booze/R(.:format)

redirect(301, /uk/liquor-store/bargain-booze)

uk_well_pharmacy_well_pharmacy_in_manchester_480_wilmslow_road_opening_times_path GET /uk/well-pharmacy/well-pharmacy-in-manchester-480-wilmslow-road-opening-times(.:format)

redirect(301, /uk/careplus/wilmslow-road-pharmacy)

uk_blue_inc_blue_inc_in_bolton_unit_30_32_acresfield_mall_crompton_place_shopping_centre_opening_times_path GET /uk/blue-inc/blue-inc-in-bolton-unit-30-32-acresfield-mall-crompton-place-shopping-centre-opening-times(.:format)

redirect(301, /)

uk_blue_inc_blue_inc_in_londonderry_unit_l13_l14_foyelside_shopping_centre_orchard_street_opening_times_path GET /uk/blue-inc/blue-inc-in-londonderry-unit-l13-l14-foyelside-shopping-centre-orchard-street-opening-times(.:format)

redirect(301, /)

uk_blue_inc_blue_inc_in_newcastle_upon_tyne_24_high_friars_eldon_square_shopping_centre_newcastle_upon_tyne_opening_times_path GET /uk/blue-inc/blue-inc-in-newcastle-upon-tyne-24-high-friars-eldon-square-shopping-centre-newcastle-upon-tyne-opening-times(.:format)

redirect(301, /)

GET /uk/clothing/blue-inc(.:format)

redirect(301, /)

uk_blue_inc_blue_inc_in_wolverhampton_units_148_149_30_32_central_arcade_mander_centre_opening_times_path GET /uk/blue-inc/blue-inc-in-wolverhampton-units-148-149-30-32-central-arcade-mander-centre-opening-times(.:format)

redirect(301, /)

uk_blue_inc_blue_inc_in_stoke_on_trent_unit_125_the_potteries_shopping_centre_city_centre_hanley_opening_times_path GET /uk/blue-inc/blue-inc-in-stoke-on-trent-unit-125-the-potteries-shopping-centre-city-centre-hanley-opening-times(.:format)

redirect(301, /)

uk_blue_inc_blue_inc_in_cardiff_ug50_um50_95_dewi_sant_st_davids_centre_grande_arcade_opening_times_path GET /uk/blue-inc/blue-inc-in-cardiff-ug50-um50-95-dewi-sant-st-davids-centre-grande-arcade-opening-times(.:format)

redirect(301, /)

uk_blue_inc_blue_inc_in_glasgow_unit_43_and_holding_area_17_st_enoch_centre_opening_times_path GET /uk/blue-inc/blue-inc-in-glasgow-unit-43-and-holding-area-17-st-enoch-centre-opening-times(.:format)

redirect(301, /)

uk_blue_inc_blue_inc_in_manchester_81_82_broady_street_mall_chester_road_stretford_gt_opening_times_path GET /uk/blue-inc/blue-inc-in-manchester-81-82-broady-street-mall-chester-road-stretford-gt-opening-times(.:format)

redirect(301, /)

GET /uk/clothing/blue-inc(.:format)

redirect(301, /)

GET /uk/banks/blue-inc?page=4(.:format)

redirect(301, /)

GET /uk/well-pharmacy/well-pharmacy-in-manchester-480-wilmslow-road-opening-times(.:format)

redirect(301, /uk/careplus/wilmslow-road-pharmacy)

uk_london_designer_outlet_london_designer_outlet_opening_times_path GET /uk/london-designer-outlet/london-designer-outlet-opening-times(.:format)

redirect(301, /uk/london-designer/wembley-park-boulevard)

uk_edinburgh_woollen_mill_edinburgh_woollen_mill_in_wroughton_co_swindon_blooms_garden_centre_hay_lane_opening_times_path GET /uk/edinburgh-woollen-mill/edinburgh-woollen-mill-in-wroughton-co-swindon-blooms-garden-centre-hay-lane-opening-times(.:format)

redirect(301, /uk/edinburgh-woollen-mill/edinburgh-woollen-mill-in-wroughton-swindon-blooms-garden-centre-hoy-lane-opening-times)

uk_beauty_holistic_therapy_northern_ireland_3ed927e3_6690_449d_a824_7515ba50021a_path GET /uk/beauty-holistic-therapy/northern-ireland-3ed927e3-6690-449d-a824-7515ba50021a(.:format)

redirect(301, /uk/beauty-holistic-therapy/beauty-holistic-therapy-northern-ireland-opening-times)

uk_home_bargains_home_bargains_in_ellesmere_port_39_41_civic_way_opening_times_path GET /uk/home-bargains/home-bargains-in-ellesmere-port-39-41-civic-way-opening-times(.:format)

redirect(301, /uk/home-bargains/home-bargains-in-ellesmere-port-westminster-retail-park-opening-times)

uk_malls_london_designer_outlet_path GET /uk/malls/london-designer-outlet(.:format)

redirect(301, /uk/london-designer/wembley-park-boulevard)

uk_superdrug_superdrug_in_manchester_piccadilly_opening_times_path GET /uk/superdrug/superdrug-in-manchester-piccadilly-opening-times(.:format)

redirect(301, /uk/superdrug/superdrug-in-manchester-7-9-opening-times)

uk_morrisons_morrisons_in_londonchalk_farm_road_opening_times_path GET /uk/morrisons/morrisons-in-londonchalk-farm-road-opening-times(.:format)

redirect(301, /uk/morrisons/morrisons-in-london-chalk-farm-road-opening-times)

uk_travel_agents_thomas_cook_34d6810d_af80_4b89_b84f_8bc3e52ca275_path GET /uk/travel-agents/thomas-cook-34d6810d-af80-4b89-b84f-8bc3e52ca275(.:format)

redirect(301, /uk/travel-agents/thomas-cook)

uk_robert_dyas_robert_dyas_in_harlow_unit_2_harvey_centre_approach_opening_times_path GET /uk/robert-dyas/robert-dyas-in-harlow-unit-2-harvey-centre-approach-opening-times(.:format)

redirect(301, /404)

uk_outlets_york_designer_outlet_village_path GET /uk/outlets/york-designer-outlet-village(.:format)

redirect(301, /404)

uk_supermarkets_bim_path GET /uk/supermarkets/bim(.:format)

redirect(301, /404)

uk_aldo_aldo_in_kingston_upon_thames_opening_times_path GET /uk/aldo/aldo-in-kingston-upon-thames-opening-times(.:format)

redirect(301, /uk/aldo/aldo-kingston-upon-thames-opening-times)

uk_aldo_kingston_upon_thames_opening_times_path GET /uk/aldo/kingston-upon-thames-opening-times(.:format)

redirect(301, /uk/aldo/aldo-kingston-upon-thames-opening-times)

uk_aldo_aldo_in_glasgow_opening_times_path GET /uk/aldo/aldo-in-glasgow-opening-times(.:format)

redirect(301, /uk/aldo/aldo-glasgow-opening-times)

uk_lipsy_lipsy_in_glasgow_unit_161_braehead_shopping_centre_renfrewshire_opening_times_path GET /uk/lipsy/lipsy-in-glasgow-unit-161-braehead-shopping-centre-renfrewshire-opening-times(.:format)

redirect(301, /uk/lipsy/lipsy-in-glasgow-162167-braehead-shopping-centre-kings-inch-road-opening-times)

uk_peacocks_peacocks_in_wednesfield_bentley_bridge_unit_b5_bentley_bridge_retail_park_opening_times_path GET /uk/peacocks/peacocks-in-wednesfield-bentley-bridge-unit-b5-bentley-bridge-retail-park-opening-times(.:format)

redirect(301, /uk/peacocks/peacocks-in-wolverhampton-units-3847-the-wulfrun-centre-opening-times)

uk_german_doner_kebab_german_doner_kebab_in_german_doner_kebab_basingstoke_opening_times_path GET /uk/german-doner-kebab/german-doner-kebab-in-german-doner-kebab-basingstoke-opening-times(.:format)

redirect(301, /uk/german-doner-kebab/german-doner-kebab-basingstoke-opening-times)

uk_german_doner_kebab_german_doner_kebab_in_german_doner_kebab_enfield_town_opening_times_path GET /uk/german-doner-kebab/german-doner-kebab-in-german-doner-kebab-enfield-town-opening-times(.:format)

redirect(301, /uk/german-doner-kebab/german-doner-kebab-enfield-town-opening-times)

uk_business_services_amazon_lba8_path GET /uk/business-services/amazon-lba8(.:format)

redirect(301, /uk/amazon/amazon-in-lba8-leeds-opening-times)

uk_aldi_aldi_in_abingdon_opening_times_path GET /uk/aldi/aldi-in-abingdon-opening-times(.:format)

redirect(301, /uk/aldi/abingdon)

uk_adidas_adidas_in_adidas_ashford_opening_times_path GET /uk/adidas/adidas-in-adidas-ashford-opening-times(.:format)

redirect(301, /uk/adidas/adidas-in-ashford-opening-times)

uk_victoria_park_market_bonner_gate_and_gore_gate_london_path GET /uk/victoria-park-market/bonner-gate-and-gore-gate-london(.:format)

redirect(301, /uk/victoria-park-market/victoria-park-market-in-bonner-gate-and-gore-gate-london-opening-times)

uk_sunday_upmarket_ely_s_yard_london_path GET /uk/sunday-upmarket/ely-s-yard-london(.:format)

redirect(301, /uk/sumup-payments-limited/sumup-payments-limited-in-london-opening-times)

uk_aldi_aldi_in_aberdeen_beach_boulevard_opening_times_path GET /uk/aldi/aldi-in-aberdeen-beach-boulevard-opening-times(.:format)

redirect(301, /uk/aldi/aldi-aberdeen-beach-boulevard)

uk_kam_tong_garden_great_holm_milton_keynes_path GET /uk/kam-tong-garden/great-holm-milton-keynes(.:format)

redirect(301, /uk/kam-tong-garden/kam-tong-garden-in-great-holm-milton-keynes-opening-times)

uk_russell_ink_tattoo_kingston_upon_hull_fd91596d_cbc2_4724_a422_1ecc70b3b8f4_path GET /uk/russell-ink-tattoo/kingston-upon-hull-fd91596d-cbc2-4724-a422-1ecc70b3b8f4(.:format)

redirect(301, /uk/russell-ink-tattoo/russell-ink-tattoo-in-kingston-upon-hull-opening-times)

uk_inner_beauty_northern_ireland_5f3a72fc_f87f_422e_a9f4_ea795ce4cb95_path GET /uk/inner-beauty/northern-ireland-5f3a72fc-f87f-422e-a9f4-ea795ce4cb95(.:format)

redirect(301, /uk/inner-beauty/inner-beauty-northern-ireland-opening-times)

uk_relax_thai_massages_belfast_northern_ireland_edc98284_ff63_4c62_a06c_7f33dc7b7d80_path GET /uk/relax-thai-massages-belfast/northern-ireland-edc98284-ff63-4c62-a06c-7f33dc7b7d80(.:format)

redirect(301, /uk/relax-thai-massages-belfast/relax-thai-massages-belfast-in-northern-ireland-opening-times)

uk_rosewood_health_and_wellbeing_northern_ireland_13862024_5a2f_42b2_8b7d_113a304c698f_path GET /uk/rosewood-health-and-wellbeing/northern-ireland-13862024-5a2f-42b2-8b7d-113a304c698f(.:format)

redirect(301, /uk/rosewood-health-and-wellbeing/rosewood-health-and-wellbeing-in-northern-ireland-opening-times)

uk_haka_chinese_wokingham_wokingham_path GET /uk/haka-chinese-wokingham/wokingham(.:format)

redirect(301, /uk/haka-chinese-wokingham/haka-chinese-wokingham-in-wokingham-opening-times)

uk_maltby_street_market_arch_46_ropewalk_maltby_st_london_path GET /uk/maltby-street-market/arch-46-ropewalk-maltby-st-london(.:format)

redirect(301, /uk/maltby-street-market/maltby-street-market-in-arch-46-ropewalk-maltby-st-london-opening-times)

uk_london_farmers_market_blackheath_station_car_park_london_path GET /uk/london-farmers-market/blackheath-station-car-park-london(.:format)

redirect(301, /uk/london-farmers-market/london-farmers-market-in-blackheath-station-car-park-london-opening-times)

deletesome_path GET /deletesome(.:format)

scrape#deletesome

GET /uk/town/:brand(.:format)

company#get_town

bytown_path GET /uk/town/:brand/:town(.:format)

company#get_by_town

uk_catalogue_farmfoods_path GET /uk/catalogue/farmfoods(.:format)

catalogue#farmfoods

show_catalog_brand_path GET /uk/catalogue/:marka(.:format)

catalogue#getBybrand

company_path GET /uk/:brand/:id(.:format)

company#multi_show

branch_edit_path GET /uk/branch/edit/:id(.:format)

company#edit_company

edit_branch_path POST /uk/branch/edit/:id(.:format)

company#create_pending

show_catalogue_path GET /uk/catalogue/:marka/:id(.:format)

catalogue#show

show_galery_path GET /uk/catalogue/:marka/:id/offers(.:format)

catalogue#showGalery

get_category_path POST /brand/getCategory(.:format)

admin/brand#get_category

listbyletter_path GET /uk/letter/:brand/:letter(.:format)

company#letter_list

GET /prices/:post(.:format)

price#index

company_search_path GET /company/search(.:format)

company#search

malls_path GET /uk/malls(.:format)

company#malls

rolekle_path GET /rolekle(.:format)

home#addrole

changeoguz_path GET /changeoguz(.:format)

home#changeOguz

createmail_path POST /createmail(.:format)

catalogue#createMail

quiz_mail_path POST /create-mail(.:format)

quizzes#create_mail

Routes for Ckeditor::Engine
pictures_path GET /pictures(.:format)

ckeditor/pictures#index

POST /pictures(.:format)

ckeditor/pictures#create

picture_path DELETE /pictures/:id(.:format)

ckeditor/pictures#destroy

attachment_files_path GET /attachment_files(.:format)

ckeditor/attachment_files#index

POST /attachment_files(.:format)

ckeditor/attachment_files#create

attachment_file_path DELETE /attachment_files/:id(.:format)

ckeditor/attachment_files#destroy

Request

Parameters:

None

Response

Headers:

None