Routing Error

No route matches [GET] "/about-hotel-lviv"

Rails.root: /home/applications/hotel-ekotel.lviv.ua/development

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 (/:locale)/ckeditor Ckeditor::Engine
new_user_session_path GET (/:locale)/users/sign_in(.:format) devise/sessions#new
user_session_path POST (/:locale)/users/sign_in(.:format) devise/sessions#create
destroy_user_session_path DELETE (/:locale)/users/sign_out(.:format) devise/sessions#destroy
user_password_path POST (/:locale)/users/password(.:format) devise/passwords#create
new_user_password_path GET (/:locale)/users/password/new(.:format) devise/passwords#new
edit_user_password_path GET (/:locale)/users/password/edit(.:format) devise/passwords#edit
PATCH (/:locale)/users/password(.:format) devise/passwords#update
PUT (/:locale)/users/password(.:format) devise/passwords#update
cancel_user_registration_path GET (/:locale)/users/cancel(.:format) devise/registrations#cancel
user_registration_path POST (/:locale)/users(.:format) devise/registrations#create
new_user_registration_path GET (/:locale)/users/sign_up(.:format) devise/registrations#new
edit_user_registration_path GET (/:locale)/users/edit(.:format) devise/registrations#edit
PATCH (/:locale)/users(.:format) devise/registrations#update
PUT (/:locale)/users(.:format) devise/registrations#update
DELETE (/:locale)/users(.:format) devise/registrations#destroy
rails_admin_path (/:locale)/admin RailsAdmin::Engine
conditions_path GET (/:locale)/conditions(.:format) about_us#conditions {:locale=>/uk|pl|en|ru/}
localization_path GET (/:locale)/localization(.:format) about_us#localization {:locale=>/uk|pl|en|ru/}
service_path GET (/:locale)/service(.:format) about_us#service {:locale=>/uk|pl|en|ru/}
conference_service_path GET (/:locale)/conference-service(.:format) about_us#conference_service {:locale=>/uk|pl|en|ru/}
general_info_path GET (/:locale)/general-info(.:format) rooms_and_rates#general_info {:locale=>/uk|pl|en|ru/}
price_path GET (/:locale)/price(.:format) rooms_and_rates#price {:locale=>/uk|pl|en|ru/}
standard_rooms_path GET (/:locale)/standard-rooms(.:format) rooms_and_rates#standard_rooms {:locale=>/uk|pl|en|ru/}
rooms_economy_path GET (/:locale)/rooms-economy(.:format) rooms_and_rates#rooms_economy {:locale=>/uk|pl|en|ru/}
reservations_path GET (/:locale)/booking(.:format) rooms_and_rates#reservations {:locale=>/uk|pl|en|ru/}
news_path GET (/:locale)/publication(.:format) media#news {:locale=>/uk|pl|en|ru/}
article_path GET (/:locale)/publication/:url(.:format) media#one_item {:locale=>/uk|pl|en|ru/}
media_path GET (/:locale)/media(.:format) media#media {:locale=>/uk|pl|en|ru/}
GET (/:locale)/photo_gallery/:album_id(.:format) media#media_images {:locale=>/uk|pl|en|ru/}
contact_path GET (/:locale)/contacts(.:format) main#contact {:locale=>/uk|pl|en|ru/}
root_path GET /(:locale)(.:format) main#index {:locale=>/uk|pl|en|ru/}
contacts_feedback_path POST /contacts_feedback(.:format) main#feedback
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
Routes for RailsAdmin::Engine
dashboard_path GET / rails_admin/main#dashboard
index_path GET|POST /:model_name(.:format) rails_admin/main#index
new_path GET|POST /:model_name/new(.:format) rails_admin/main#new
export_path GET|POST /:model_name/export(.:format) rails_admin/main#export
bulk_delete_path POST|DELETE /:model_name/bulk_delete(.:format) rails_admin/main#bulk_delete
bulk_action_path POST /:model_name/bulk_action(.:format) rails_admin/main#bulk_action
show_path GET /:model_name/:id(.:format) rails_admin/main#show
edit_path GET|PUT /:model_name/:id/edit(.:format) rails_admin/main#edit
delete_path GET|DELETE /:model_name/:id/delete(.:format) rails_admin/main#delete
show_in_app_path GET /:model_name/:id/show_in_app(.:format) rails_admin/main#show_in_app