Routing Error

No route matches [GET] "/sections/sliders"

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
root_path GET / pages#home
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 DELETE /users/sign_out(.:format) users/sessions#destroy
user_password_path POST /users/password(.:format) devise/passwords#create
new_user_password_path GET /users/password/new(.:format) devise/passwords#new
edit_user_password_path GET /users/password/edit(.:format) devise/passwords#edit
PATCH /users/password(.:format) devise/passwords#update
PUT /users/password(.:format) devise/passwords#update
cancel_user_registration_path GET /users/cancel(.:format) users/registrations#cancel
user_registration_path POST /users(.:format) users/registrations#create
new_user_registration_path GET /users/sign_up(.:format) users/registrations#new
edit_user_registration_path GET /users/edit(.:format) users/registrations#edit
PATCH /users(.:format) users/registrations#update
PUT /users(.:format) users/registrations#update
DELETE /users(.:format) users/registrations#destroy
change_password_user_path GET /users/:id/change_password(.:format) users#change_password
toggle_manager_user_path PUT /users/:id/toggle_manager(.:format) users#toggle_manager
toggle_author_user_path PUT /users/:id/toggle_author(.:format) users#toggle_author
update_password_user_path PATCH /users/:id/update_password(.:format) users#update_password
create_users_path POST /users/create_user(.:format) users#create_user
new_user_path GET /users/new(.:format) users#new
edit_user_path GET /users/:id/edit(.:format) users#edit
user_path PATCH /users/:id(.:format) users#update
PUT /users/:id(.:format) users#update
DELETE /users/:id(.:format) users#destroy
user_enrollments_path GET /user/enrollments(.:format) users#enrollments
user_orders_path GET /user/orders(.:format) users#orders
user_teaching_path GET /user/teaching(.:format) users#teaching
new_guest_session_path GET /guests/:code(.:format) guests/sessions#new
guest_session_path POST /guests/:code(.:format) guests/sessions#create
destroy_guest_session_path DELETE /guests/logout(.:format) guests/sessions#destroy
guest_thank_you_page_path GET /guests/:code/thank_you(.:format) guests#thank_you_page
guest_send_reminder_path GET /guest/:id/send_reminder(.:format) guests#send_reminder
guest_want_contact_path PATCH /guest/:id/want_contact(.:format) guests#want_contact
import_guests_path POST /guests/import(.:format) guests#import
guests_path GET /guests(.:format) guests#index
POST /guests(.:format) guests#create
new_guest_path GET /guests/new(.:format) guests#new
edit_guest_path GET /guests/:id/edit(.:format) guests#edit
guest_path GET /guests/:id(.:format) guests#show
PATCH /guests/:id(.:format) guests#update
PUT /guests/:id(.:format) guests#update
DELETE /guests/:id(.:format) guests#destroy
posts_path GET /blog(.:format) posts#index
POST /blog(.:format) posts#create
new_post_path GET /blog/new(.:format) posts#new
edit_post_path GET /blog/:id/edit(.:format) posts#edit
post_path GET /blog/:id(.:format) posts#show
PATCH /blog/:id(.:format) posts#update
PUT /blog/:id(.:format) posts#update
DELETE /blog/:id(.:format) posts#destroy
courses_path GET /courses(.:format) courses#index
course_simple_path GET /:id(.:format) courses#show
GET /:id/lessons(.:format) redirect(301, courses/%{id}/lessons)
course_enrollments_path POST /courses/:course_id/enrollments(.:format) enrollments#create
course_enrollment_path DELETE /courses/:course_id/enrollments/:id(.:format) enrollments#destroy
course_guests_path POST /courses/:course_id/guests(.:format) guests#create
new_course_guest_path GET /courses/:course_id/guests/new(.:format) guests#new
course_guest_path DELETE /courses/:course_id/guests/:id(.:format) guests#destroy
sort_course_course_modules_path POST /courses/:course_id/course_modules/sort(.:format) course_modules#sort
course_course_modules_path POST /courses/:course_id/course_modules(.:format) course_modules#create
new_course_course_module_path GET /courses/:course_id/course_modules/new(.:format) course_modules#new
edit_course_course_module_path GET /courses/:course_id/course_modules/:id/edit(.:format) course_modules#edit
course_course_module_path PATCH /courses/:course_id/course_modules/:id(.:format) course_modules#update
PUT /courses/:course_id/course_modules/:id(.:format) course_modules#update
DELETE /courses/:course_id/course_modules/:id(.:format) course_modules#destroy
moderator_course_lesson_path GET /courses/:course_id/lessons/:id/moderator(.:format) lessons#moderator
delete_all_course_lesson_messages_path DELETE /courses/:course_id/lessons/:lesson_id/messages/delete_all(.:format) messages#destroy_all
course_lesson_messages_path GET /courses/:course_id/lessons/:lesson_id/messages(.:format) messages#index
POST /courses/:course_id/lessons/:lesson_id/messages(.:format) messages#create
new_course_lesson_message_path GET /courses/:course_id/lessons/:lesson_id/messages/new(.:format) messages#new
course_lesson_message_path GET /courses/:course_id/lessons/:lesson_id/messages/:id(.:format) messages#show
DELETE /courses/:course_id/lessons/:lesson_id/messages/:id(.:format) messages#destroy
course_lesson_comments_path POST /courses/:course_id/lessons/:lesson_id/comments(.:format) lessons/comments#create
new_course_lesson_comment_path GET /courses/:course_id/lessons/:lesson_id/comments/new(.:format) lessons/comments#new
course_lesson_comment_path DELETE /courses/:course_id/lessons/:lesson_id/comments/:id(.:format) lessons/comments#destroy
course_lesson_completions_path POST /courses/:course_id/lessons/:lesson_id/completions(.:format) lessons/completions#create
new_course_lesson_completion_path GET /courses/:course_id/lessons/:lesson_id/completions/new(.:format) lessons/completions#new
edit_course_lesson_completion_path GET /courses/:course_id/lessons/:lesson_id/completions/:id/edit(.:format) lessons/completions#edit
course_lesson_completion_path PATCH /courses/:course_id/lessons/:lesson_id/completions/:id(.:format) lessons/completions#update
PUT /courses/:course_id/lessons/:lesson_id/completions/:id(.:format) lessons/completions#update
DELETE /courses/:course_id/lessons/:lesson_id/completions/:id(.:format) lessons/completions#destroy
sort_course_lessons_path POST /courses/:course_id/lessons/sort(.:format) lessons#sort
course_lessons_path GET /courses/:course_id/lessons(.:format) lessons#index
POST /courses/:course_id/lessons(.:format) lessons#create
new_course_lesson_path GET /courses/:course_id/lessons/new(.:format) lessons#new
edit_course_lesson_path GET /courses/:course_id/lessons/:id/edit(.:format) lessons#edit
course_lesson_path GET /courses/:course_id/lessons/:id(.:format) lessons#show
PATCH /courses/:course_id/lessons/:id(.:format) lessons#update
PUT /courses/:course_id/lessons/:id(.:format) lessons#update
DELETE /courses/:course_id/lessons/:id(.:format) lessons#destroy
course_topic_comments_path POST /courses/:course_id/topics/:topic_id/comments(.:format) topics/comments#create
new_course_topic_comment_path GET /courses/:course_id/topics/:topic_id/comments/new(.:format) topics/comments#new
course_topic_comment_path DELETE /courses/:course_id/topics/:topic_id/comments/:id(.:format) topics/comments#destroy
course_topics_path GET /courses/:course_id/topics(.:format) topics#index
POST /courses/:course_id/topics(.:format) topics#create
new_course_topic_path GET /courses/:course_id/topics/new(.:format) topics#new
edit_course_topic_path GET /courses/:course_id/topics/:id/edit(.:format) topics#edit
course_topic_path GET /courses/:course_id/topics/:id(.:format) topics#show
PATCH /courses/:course_id/topics/:id(.:format) topics#update
PUT /courses/:course_id/topics/:id(.:format) topics#update
DELETE /courses/:course_id/topics/:id(.:format) topics#destroy
participants_course_path GET /courses/:id/participants(.:format) courses#participants
POST /courses(.:format) courses#create
new_course_path GET /courses/new(.:format) courses#new
edit_course_path GET /courses/:id/edit(.:format) courses#edit
course_path PATCH /courses/:id(.:format) courses#update
PUT /courses/:id(.:format) courses#update
DELETE /courses/:id(.:format) courses#destroy
new_order_path GET /:course_id/checkout(.:format) orders#new
create_order_path POST /:course_id/checkout(.:format) orders#create
order_payment_path GET /orders/:uuid/payment(.:format) orders#payment
order_thank_you_page_path GET /orders/:uuid/thank_you(.:format) orders#thank_you_page
edit_order_path GET /orders/:id/edit(.:format) orders#edit
order_path PATCH /orders/:id(.:format) orders#update
PUT /orders/:id(.:format) orders#update
DELETE /orders/:id(.:format) orders#destroy
payu_confirmation_path GET /payu/confirmation(.:format) payu#confirmation
payu_error_path GET /payu/error(.:format) payu#error
payu_report_path POST /payu/report(.:format) payu#report
terms_path GET /pages/regulamin(.:format) pages#terms
privacy_path GET /pages/polityka-prywatnosci(.:format) pages#privacy
playground_path GET /pages/playground(.:format) pages#playground
playground2_path GET /pages/playground2(.:format) pages#playground2
zoetis_path GET /pages/zoetis(.:format) pages#zoetis
zoetis_stats_path GET /pages/zoetis-stats(.:format) pages#zoetis_stats
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
toggle_topic_publication_path PUT /topics/:id/toggle_publication(.:format) topics#toggle_publication
dashboard_path GET /dashboard/home(.:format) dashboard#home
dashboard_settings_path GET /dashboard/settings(.:format) dashboard#settings
dashboard_update_settings_path PATCH /dashboard/update_settings(.:format) dashboard#update_settings
dashboard_users_path GET /dashboard/users(.:format) dashboard#users
dashboard_orders_path GET /dashboard/orders(.:format) dashboard#orders
dashboard_courses_path GET /dashboard/courses(.:format) dashboard#courses
dashboard_course_path GET /dashboard/courses/:course_id(.:format) dashboard#course
dashboard_course_modules_path GET /dashboard/courses/:course_id/modules(.:format) dashboard#course_modules
dashboard_course_lessons_path GET /dashboard/courses/:course_id/lessons(.:format) dashboard#course_lessons
dashboard_lesson_completions_path GET /dashboard/courses/:course_id/lessons/:lesson_id/completions(.:format) dashboard#lesson_completions
dashboard_course_enrollments_path GET /dashboard/courses/:course_id/enrollments(.:format) dashboard#course_enrollments
new_enrollment_path GET /dashboard/courses/:course_id/enrollments/new(.:format) enrollments#new
create_enrollment_path POST /dashboard/courses/:course_id/enrollments/enroll_manually(.:format) enrollments#enroll_manually
dashboard_course_guests_path GET /dashboard/courses/:course_id/guests(.:format) dashboard#course_guests
create_guest_manually_path POST /dashboard/courses/:course_id/guests/create_manually(.:format) guests#create_manually
dashboard_posts_path GET /dashboard/posts(.:format) dashboard#posts
dashboard_pages_path GET /dashboard/pages(.:format) dashboard#pages
GET / redirect(301, /accounts)
accounts_path GET /accounts(.:format) accounts#index
POST /accounts(.:format) accounts#create
new_account_path GET /accounts/new(.:format) accounts#new
edit_account_path GET /accounts/:id/edit(.:format) accounts#edit
account_path PATCH /accounts/:id(.:format) accounts#update
PUT /accounts/:id(.:format) accounts#update
DELETE /accounts/:id(.:format) accounts#destroy
new_admin_session_path GET /admins/sign_in(.:format) admins/sessions#new
admin_session_path POST /admins/sign_in(.:format) admins/sessions#create
destroy_admin_session_path DELETE /admins/sign_out(.:format) admins/sessions#destroy
sync_refetch_path GET /sync/refetch(.:format) sync/refetches#show

Request

Parameters:

None

Response

Headers:

None