Routing Error

No route matches [GET] "/cookie-policy"

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
rails_admin_path /db-admin

RailsAdmin::Engine

blogs_path GET (/:locale)/blogs(.:format)

blogs#index {:locale=>/en|sv|nb/}

POST (/:locale)/blogs(.:format)

blogs#create {:locale=>/en|sv|nb/}

new_blog_path GET (/:locale)/blogs/new(.:format)

blogs#new {:locale=>/en|sv|nb/}

edit_blog_path GET (/:locale)/blogs/:id/edit(.:format)

blogs#edit {:locale=>/en|sv|nb/}

blog_path GET (/:locale)/blogs/:id(.:format)

blogs#show {:locale=>/en|sv|nb/}

PATCH (/:locale)/blogs/:id(.:format)

blogs#update {:locale=>/en|sv|nb/}

PUT (/:locale)/blogs/:id(.:format)

blogs#update {:locale=>/en|sv|nb/}

DELETE (/:locale)/blogs/:id(.:format)

blogs#destroy {:locale=>/en|sv|nb/}

user_logs_path GET (/:locale)/user_logs(.:format)

user_logs#index {:locale=>/en|sv|nb/}

POST (/:locale)/user_logs(.:format)

user_logs#create {:locale=>/en|sv|nb/}

new_user_log_path GET (/:locale)/user_logs/new(.:format)

user_logs#new {:locale=>/en|sv|nb/}

edit_user_log_path GET (/:locale)/user_logs/:id/edit(.:format)

user_logs#edit {:locale=>/en|sv|nb/}

user_log_path GET (/:locale)/user_logs/:id(.:format)

user_logs#show {:locale=>/en|sv|nb/}

PATCH (/:locale)/user_logs/:id(.:format)

user_logs#update {:locale=>/en|sv|nb/}

PUT (/:locale)/user_logs/:id(.:format)

user_logs#update {:locale=>/en|sv|nb/}

DELETE (/:locale)/user_logs/:id(.:format)

user_logs#destroy {:locale=>/en|sv|nb/}

companies_path GET (/:locale)/companies(.:format)

companies#index {:locale=>/en|sv|nb/}

POST (/:locale)/companies(.:format)

companies#create {:locale=>/en|sv|nb/}

new_company_path GET (/:locale)/companies/new(.:format)

companies#new {:locale=>/en|sv|nb/}

edit_company_path GET (/:locale)/companies/:id/edit(.:format)

companies#edit {:locale=>/en|sv|nb/}

company_path GET (/:locale)/companies/:id(.:format)

companies#show {:locale=>/en|sv|nb/}

PATCH (/:locale)/companies/:id(.:format)

companies#update {:locale=>/en|sv|nb/}

PUT (/:locale)/companies/:id(.:format)

companies#update {:locale=>/en|sv|nb/}

DELETE (/:locale)/companies/:id(.:format)

companies#destroy {:locale=>/en|sv|nb/}

order_invoice_path GET (/:locale)/orders/:order_id/invoice(.:format)

orders#invoice {:locale=>/en|sv|nb/}

orders_path GET (/:locale)/orders(.:format)

orders#index {:locale=>/en|sv|nb/}

POST (/:locale)/orders(.:format)

orders#create {:locale=>/en|sv|nb/}

new_order_path GET (/:locale)/orders/new(.:format)

orders#new {:locale=>/en|sv|nb/}

edit_order_path GET (/:locale)/orders/:id/edit(.:format)

orders#edit {:locale=>/en|sv|nb/}

order_path GET (/:locale)/orders/:id(.:format)

orders#show {:locale=>/en|sv|nb/}

PATCH (/:locale)/orders/:id(.:format)

orders#update {:locale=>/en|sv|nb/}

PUT (/:locale)/orders/:id(.:format)

orders#update {:locale=>/en|sv|nb/}

DELETE (/:locale)/orders/:id(.:format)

orders#destroy {:locale=>/en|sv|nb/}

admin_dashboard_path GET (/:locale)/admin/dashboard(.:format)

admin#dashboard {:locale=>/en|sv|nb/}

faqs_path GET (/:locale)/faqs(.:format)

faqs#index {:locale=>/en|sv|nb/}

POST (/:locale)/faqs(.:format)

faqs#create {:locale=>/en|sv|nb/}

new_faq_path GET (/:locale)/faqs/new(.:format)

faqs#new {:locale=>/en|sv|nb/}

edit_faq_path GET (/:locale)/faqs/:id/edit(.:format)

faqs#edit {:locale=>/en|sv|nb/}

faq_path GET (/:locale)/faqs/:id(.:format)

faqs#show {:locale=>/en|sv|nb/}

PATCH (/:locale)/faqs/:id(.:format)

faqs#update {:locale=>/en|sv|nb/}

PUT (/:locale)/faqs/:id(.:format)

faqs#update {:locale=>/en|sv|nb/}

DELETE (/:locale)/faqs/:id(.:format)

faqs#destroy {:locale=>/en|sv|nb/}

course_choose_type_path GET (/:locale)/courses/:course_id/choose-payment-type(.:format)

courses#choose_payment_type {:locale=>/en|sv|nb/}

course_pay_path GET (/:locale)/courses/:course_id/pay(.:format)

courses#pay {:locale=>/en|sv|nb/}

course_pay_many_path GET (/:locale)/courses/:course_id/pay-many(.:format)

courses#pay_many {:locale=>/en|sv|nb/}

course_examinate_path GET (/:locale)/courses/:course_id/examinate(.:format)

courses#examinate {:locale=>/en|sv|nb/}

course_add_chapter_path POST|GET (/:locale)/courses/:course_id/add-chapters(.:format)

courses#add_chapter {:locale=>/en|sv|nb/}

course_delete_chapter_path DELETE (/:locale)/courses/:course_id/chapter/:id(.:format)

courses#delete_chapter {:locale=>/en|sv|nb/}

course_answer_path POST (/:locale)/courses/:course_id/answer(.:format)

courses#answer {:format=>/js/, :locale=>/en|sv|nb/}

course_diploma_path GET (/:locale)/courses/:course_id/diploma(.:format)

courses#diploma {:locale=>/en|sv|nb/}

course_upload_excel_path POST|GET (/:locale)/courses/:course_id/upload-excel(.:format)

courses#upload_excel {:locale=>/en|sv|nb/}

course_distribute_path GET (/:locale)/courses/:course_id/distribute(.:format)

courses#distribute {:locale=>/en|sv|nb/}

course_finished_path GET (/:locale)/courses/:course_id/finished(.:format)

courses#course_finished {:locale=>/en|sv|nb/}

courses_path GET (/:locale)/courses(.:format)

courses#index {:locale=>/en|sv|nb/}

POST (/:locale)/courses(.:format)

courses#create {:locale=>/en|sv|nb/}

new_course_path GET (/:locale)/courses/new(.:format)

courses#new {:locale=>/en|sv|nb/}

edit_course_path GET (/:locale)/courses/:id/edit(.:format)

courses#edit {:locale=>/en|sv|nb/}

course_path GET (/:locale)/courses/:id(.:format)

courses#show {:locale=>/en|sv|nb/}

PATCH (/:locale)/courses/:id(.:format)

courses#update {:locale=>/en|sv|nb/}

PUT (/:locale)/courses/:id(.:format)

courses#update {:locale=>/en|sv|nb/}

DELETE (/:locale)/courses/:id(.:format)

courses#destroy {:locale=>/en|sv|nb/}

user_courses_path GET /users/:user_id/courses(.:format)

users#courses

user_users_path GET /users/:user_id/users(.:format)

users#my_users

user_orders_path GET /users/:user_id/orders(.:format)

users#my_orders

user_certificates_path GET /users/:user_id/certificates(.:format)

users#my_certificates

user_details_path GET /users/:user_id/my_user_details(.:format)

users#my_user_details

user_assign_course_path POST|GET /users/:user_id/assign_course(.:format)

users#assign_course

users_path GET /users(.:format)

users#index

POST /users(.:format)

users#create

new_user_path GET /users/new(.:format)

users#new

edit_user_path GET /users/:id/edit(.:format)

users#edit

user_path GET /users/:id(.:format)

users#show

PATCH /users/:id(.:format)

users#update

PUT /users/:id(.:format)

users#update

DELETE /users/:id(.:format)

users#destroy

index_splash_path GET (/:locale)/index/splash(.:format)

index#splash {:locale=>/en|sv|nb/}

terms_path GET (/:locale)/terms(.:format)

index#terms {:locale=>/en|sv|nb/}

privacy_policy_path GET (/:locale)/privacy-policy(.:format)

index#privacy_policy {:locale=>/en|sv|nb/}

root_path GET /(:locale)(.:format)

index#splash {:format=>"html", :locale=>/en|sv|nb/}

user_sessions_path GET (/:locale)/user_sessions(.:format)

user_sessions#index {:locale=>/en|sv|nb/}

POST (/:locale)/user_sessions(.:format)

user_sessions#create {:locale=>/en|sv|nb/}

new_user_session_path GET (/:locale)/user_sessions/new(.:format)

user_sessions#new {:locale=>/en|sv|nb/}

edit_user_session_path GET (/:locale)/user_sessions/:id/edit(.:format)

user_sessions#edit {:locale=>/en|sv|nb/}

user_session_path GET (/:locale)/user_sessions/:id(.:format)

user_sessions#show {:locale=>/en|sv|nb/}

PATCH (/:locale)/user_sessions/:id(.:format)

user_sessions#update {:locale=>/en|sv|nb/}

PUT (/:locale)/user_sessions/:id(.:format)

user_sessions#update {:locale=>/en|sv|nb/}

DELETE (/:locale)/user_sessions/:id(.:format)

user_sessions#destroy {:locale=>/en|sv|nb/}

beta_signup_path POST (/:locale)/beta-signup(.:format)

index#beta_signup {:locale=>/en|sv|nb/}

login_path GET (/:locale)/login(.:format)

user_sessions#new {:locale=>/en|sv|nb/}

logout_path GET (/:locale)/logout(.:format)

user_sessions#destroy {:locale=>/en|sv|nb/}

braintree_callback_path GET (/:locale)/braintree-callback(.:format)

courses#braintree_callback {:locale=>/en|sv|nb/}

forgot_password_path POST|GET (/:locale)/forgot-password(.:format)

users#forgot_password {:locale=>/en|sv|nb/}

reset_password_path POST|GET (/:locale)/reset-password(.:format)

users#reset_password {:locale=>/en|sv|nb/}

re_authenticate_path GET (/:locale)/re-authenticate(.:format)

users#re_authenticate {:locale=>/en|sv|nb/}

attach_recipiant_path POST (/:locale)/attach-recipiant(.:format)

courses#attach_order_recipiant {:locale=>/en|sv|nb/}

single_access_path POST|GET (/:locale)/single-access(.:format)

users#single_access {:locale=>/en|sv|nb/}

support_path GET (/:locale)/support(.:format)

faqs#support {:locale=>/en|sv|nb/}

change_password_path GET|POST|PATCH (/:locale)/change-password(.:format)

users#change_password {:locale=>/en|sv|nb/}

read_more_path GET (/:locale)/read-more(.:format)

index#read_more {:locale=>/en|sv|nb/}

show_order_path GET (/:locale)/show-order(.:format)

users#show_order {:locale=>/en|sv|nb/}

course_history_path GET (/:locale)/course-history(.:format)

users#course_history {:locale=>/en|sv|nb/}

manage_order_path GET (/:locale)/manage-order(.:format)

courses#manage_order {:locale=>/en|sv|nb/}

pay_with_invoice_path GET (/:locale)/pay-with-invoice(.:format)

courses#pay_with_invoice {:locale=>/en|sv|nb/}

distribute_certificate_path POST (/:locale)/distribute-certificate(.:format)

users#distribute_certificate {:locale=>/en|sv|nb/}

send_invitations_path POST|GET (/:locale)/send-invitations(.:format)

users#send_invitation {:locale=>/en|sv|nb/}

admin_path GET (/:locale)/admin(.:format)

admin#index {:locale=>/en|sv|nb/}

invoices_path GET (/:locale)/invoices(.:format)

admin#invoices {:locale=>/en|sv|nb/}

about_us_path GET (/:locale)/about-us(.:format)

index#about_us {:locale=>/en|sv|nb/}

contact_us_path GET (/:locale)/contact-us(.:format)

index#contact_us {:locale=>/en|sv|nb/}

test_sms_path GET (/:locale)/test-sms(.:format)

index#test_sms {:locale=>/en|sv|nb/}

admin_users_path GET (/:locale)/admin/users(.:format)

admin#users {:locale=>/en|sv|nb/}

sms_login_path POST (/:locale)/sms-login(.:format)

users#sms_login {:format=>/js/, :locale=>/en|sv|nb/}

checkout_path GET (/:locale)/checkout(.:format)

orders#checkout {:locale=>/en|sv|nb/}

register_user_path GET (/:locale)/register-user(.:format)

users#register_user {:locale=>/en|sv|nb/}

set_video_time_path POST (/:locale)/set-video-time(.:format)

courses#set_video_time {:locale=>/en|sv|nb/}

change_user_status_path POST (/:locale)/change-user-status(.:format)

users#change_user_status {:locale=>/en|sv|nb/}

change_ab_test_status_path GET (/:locale)/change-ab-test-status(.:format)

courses#change_ab_test_status {:locale=>/en|sv|nb/}

notify_after_purchase_path GET (/:locale)/notify-after-purchase(.:format)

orders#notify_after_purchase {:locale=>/en|sv|nb/}

login_as_user_path GET (/:locale)/login-as-user(.:format)

users#login_as_user {:locale=>/en|sv|nb/}

edit_chapter_path POST|GET (/:locale)/edit-chapter/:id(.:format)

courses#edit_chapter {:locale=>/en|sv|nb/}

register_user_check_path POST (/:locale)/register-user-check(.:format)

users#register_user_check {:locale=>/en|sv|nb/}

resend_invitation_path GET (/:locale)/resend-invitation(.:format)

users#resend_invitation {:locale=>/en|sv|nb/}

edit_answer_path POST (/:locale)/edit-answer(.:format)

courses#edit_answer {:locale=>/en|sv|nb/}

edit_question_path POST (/:locale)/edit-question(.:format)

courses#edit_question {:locale=>/en|sv|nb/}

admin_edit_user_path GET (/:locale)/admin-edit-user/:user_id(.:format)

admin#user {:locale=>/en|sv|nb/}

update_invoice_status_path PATCH (/:locale)/update-invoice-status(.:format)

admin#update_invoice_status {:locale=>/en|sv|nb/}

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

Request

Parameters:

None

Response

Headers:

None