Routing Error

No route matches [GET] "/Janta_School/index.html"

Rails.root: /var/www/html/gbs

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
new_student_session_path GET /students/sign_in(.:format)

sessions#new

student_session_path POST /students/sign_in(.:format)

sessions#create

destroy_student_session_path DELETE /students/sign_out(.:format)

sessions#destroy

new_student_password_path GET /students/password/new(.:format)

devise/passwords#new

edit_student_password_path GET /students/password/edit(.:format)

devise/passwords#edit

student_password_path PATCH /students/password(.:format)

devise/passwords#update

PUT /students/password(.:format)

devise/passwords#update

POST /students/password(.:format)

devise/passwords#create

cancel_student_registration_path GET /students/cancel(.:format)

devise/registrations#cancel

new_student_registration_path GET /students/sign_up(.:format)

devise/registrations#new

edit_student_registration_path GET /students/edit(.:format)

devise/registrations#edit

student_registration_path PATCH /students(.:format)

devise/registrations#update

PUT /students(.:format)

devise/registrations#update

DELETE /students(.:format)

devise/registrations#destroy

POST /students(.:format)

devise/registrations#create

new_student_confirmation_path GET /students/confirmation/new(.:format)

devise/confirmations#new

student_confirmation_path GET /students/confirmation(.:format)

devise/confirmations#show

POST /students/confirmation(.:format)

devise/confirmations#create

students_otp_re_generate_path POST /students/otp_re_generate(.:format)

sessions#otp_re_generate

students_verify_otp_path POST /students/verify_otp(.:format)

sessions#verify_otp

new_user_session_path GET /admin/login(.:format)

active_admin/devise/sessions#new

user_session_path POST /admin/login(.:format)

active_admin/devise/sessions#create

destroy_user_session_path DELETE|GET /admin/logout(.:format)

active_admin/devise/sessions#destroy

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

active_admin/devise/passwords#new

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

active_admin/devise/passwords#edit

user_password_path PATCH /admin/password(.:format)

active_admin/devise/passwords#update

PUT /admin/password(.:format)

active_admin/devise/passwords#update

POST /admin/password(.:format)

active_admin/devise/passwords#create

admin_root_path GET /admin(.:format)

admin/dashboard#index

batch_action_admin_classroom_students_path POST /admin/classroom_students/batch_action(.:format)

admin/classroom_students#batch_action

admin_classroom_students_path GET /admin/classroom_students(.:format)

admin/classroom_students#index

POST /admin/classroom_students(.:format)

admin/classroom_students#create

admin_classroom_student_path GET /admin/classroom_students/:id(.:format)

admin/classroom_students#show

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

admin/classroom_students#update

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

admin/classroom_students#update

change_sclasses_admin_classrooms_path POST /admin/classrooms/change_sclasses(.:format)

admin/classrooms#change_sclasses

batch_action_admin_classrooms_path POST /admin/classrooms/batch_action(.:format)

admin/classrooms#batch_action

admin_classrooms_path GET /admin/classrooms(.:format)

admin/classrooms#index

POST /admin/classrooms(.:format)

admin/classrooms#create

admin_classroom_path GET /admin/classrooms/:id(.:format)

admin/classrooms#show

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

admin/classrooms#update

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

admin/classrooms#update

admin_dashboard_path GET /admin/dashboard(.:format)

admin/dashboard#index

batch_action_admin_documents_path POST /admin/documents/batch_action(.:format)

admin/documents#batch_action

admin_documents_path GET /admin/documents(.:format)

admin/documents#index

POST /admin/documents(.:format)

admin/documents#create

new_admin_document_path GET /admin/documents/new(.:format)

admin/documents#new

edit_admin_document_path GET /admin/documents/:id/edit(.:format)

admin/documents#edit

admin_document_path GET /admin/documents/:id(.:format)

admin/documents#show

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

admin/documents#update

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

admin/documents#update

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

admin/documents#destroy

review_required_admin_expenditure_path GET /admin/expenditures/:id/review_required(.:format)

admin/expenditures#review_required

review_completed_admin_expenditure_path GET /admin/expenditures/:id/review_completed(.:format)

admin/expenditures#review_completed

add_receipt_admin_expenditures_path POST /admin/expenditures/add_receipt(.:format)

admin/expenditures#add_receipt

delete_receipt_admin_expenditures_path GET /admin/expenditures/delete_receipt(.:format)

admin/expenditures#delete_receipt

batch_action_admin_expenditures_path POST /admin/expenditures/batch_action(.:format)

admin/expenditures#batch_action

admin_expenditures_path GET /admin/expenditures(.:format)

admin/expenditures#index

POST /admin/expenditures(.:format)

admin/expenditures#create

new_admin_expenditure_path GET /admin/expenditures/new(.:format)

admin/expenditures#new

edit_admin_expenditure_path GET /admin/expenditures/:id/edit(.:format)

admin/expenditures#edit

admin_expenditure_path GET /admin/expenditures/:id(.:format)

admin/expenditures#show

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

admin/expenditures#update

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

admin/expenditures#update

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

admin/expenditures#destroy

change_sclasses_admin_fee_categories_path POST /admin/fee_categories/change_sclasses(.:format)

admin/fee_categories#change_sclasses

batch_action_admin_fee_categories_path POST /admin/fee_categories/batch_action(.:format)

admin/fee_categories#batch_action

admin_fee_categories_path GET /admin/fee_categories(.:format)

admin/fee_categories#index

POST /admin/fee_categories(.:format)

admin/fee_categories#create

new_admin_fee_category_path GET /admin/fee_categories/new(.:format)

admin/fee_categories#new

edit_admin_fee_category_path GET /admin/fee_categories/:id/edit(.:format)

admin/fee_categories#edit

admin_fee_category_path GET /admin/fee_categories/:id(.:format)

admin/fee_categories#show

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

admin/fee_categories#update

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

admin/fee_categories#update

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

admin/fee_categories#destroy

review_required_admin_income_path GET /admin/incomes/:id/review_required(.:format)

admin/incomes#review_required

review_completed_admin_income_path GET /admin/incomes/:id/review_completed(.:format)

admin/incomes#review_completed

batch_action_admin_incomes_path POST /admin/incomes/batch_action(.:format)

admin/incomes#batch_action

admin_incomes_path GET /admin/incomes(.:format)

admin/incomes#index

POST /admin/incomes(.:format)

admin/incomes#create

new_admin_income_path GET /admin/incomes/new(.:format)

admin/incomes#new

edit_admin_income_path GET /admin/incomes/:id/edit(.:format)

admin/incomes#edit

admin_income_path GET /admin/incomes/:id(.:format)

admin/incomes#show

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

admin/incomes#update

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

admin/incomes#update

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

admin/incomes#destroy

add_documents_admin_institutes_path POST /admin/institutes/add_documents(.:format)

admin/institutes#add_documents

batch_action_admin_institutes_path POST /admin/institutes/batch_action(.:format)

admin/institutes#batch_action

admin_institutes_path GET /admin/institutes(.:format)

admin/institutes#index

POST /admin/institutes(.:format)

admin/institutes#create

new_admin_institute_path GET /admin/institutes/new(.:format)

admin/institutes#new

edit_admin_institute_path GET /admin/institutes/:id/edit(.:format)

admin/institutes#edit

admin_institute_path GET /admin/institutes/:id(.:format)

admin/institutes#show

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

admin/institutes#update

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

admin/institutes#update

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

admin/institutes#destroy

add_student_fee_admin_sclass_path GET /admin/sclasses/:id/add_student_fee(.:format)

admin/sclasses#add_student_fee

add_student_subjects_admin_sclass_path GET /admin/sclasses/:id/add_student_subjects(.:format)

admin/sclasses#add_student_subjects

change_sclasses_admin_sclasses_path POST /admin/sclasses/change_sclasses(.:format)

admin/sclasses#change_sclasses

add_fees_admin_sclasses_path POST /admin/sclasses/add_fees(.:format)

admin/sclasses#add_fees

batch_action_admin_sclasses_path POST /admin/sclasses/batch_action(.:format)

admin/sclasses#batch_action

admin_sclasses_path GET /admin/sclasses(.:format)

admin/sclasses#index

POST /admin/sclasses(.:format)

admin/sclasses#create

new_admin_sclass_path GET /admin/sclasses/new(.:format)

admin/sclasses#new

edit_admin_sclass_path GET /admin/sclasses/:id/edit(.:format)

admin/sclasses#edit

admin_sclass_path GET /admin/sclasses/:id(.:format)

admin/sclasses#show

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

admin/sclasses#update

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

admin/sclasses#update

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

admin/sclasses#destroy

admin_student_payment_details_path GET /admin/student_payment_details(.:format)

admin/student_payment_details#index

POST /admin/student_payment_details(.:format)

admin/student_payment_details#create

admin_student_payment_detail_path GET /admin/student_payment_details/:id(.:format)

admin/student_payment_details#show

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

admin/student_payment_details#update

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

admin/student_payment_details#update

receipt_admin_student_payment_path GET /admin/student_payments/:id/receipt(.:format)

admin/student_payments#receipt

admin_student_payments_path GET /admin/student_payments(.:format)

admin/student_payments#index

POST /admin/student_payments(.:format)

admin/student_payments#create

admin_student_payment_path GET /admin/student_payments/:id(.:format)

admin/student_payments#show

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

admin/student_payments#update

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

admin/student_payments#update

add_fee_admin_student_path GET /admin/students/:id/add_fee(.:format)

admin/students#add_fee

add_class_subjects_admin_student_path GET /admin/students/:id/add_class_subjects(.:format)

admin/students#add_class_subjects

change_sclasses_admin_students_path POST /admin/students/change_sclasses(.:format)

admin/students#change_sclasses

add_documents_admin_students_path POST /admin/students/add_documents(.:format)

admin/students#add_documents

add_fees_admin_students_path POST /admin/students/add_fees(.:format)

admin/students#add_fees

add_subjects_admin_students_path POST /admin/students/add_subjects(.:format)

admin/students#add_subjects

add_payment_admin_students_path POST /admin/students/add_payment(.:format)

admin/students#add_payment

update_basic_details_admin_students_path POST /admin/students/update_basic_details(.:format)

admin/students#update_basic_details

update_profile_admin_students_path POST /admin/students/update_profile(.:format)

admin/students#update_profile

update_family_details_admin_students_path POST /admin/students/update_family_details(.:format)

admin/students#update_family_details

update_other_details_admin_students_path POST /admin/students/update_other_details(.:format)

admin/students#update_other_details

update_document_info_admin_students_path POST /admin/students/update_document_info(.:format)

admin/students#update_document_info

update_bank_details_admin_students_path POST /admin/students/update_bank_details(.:format)

admin/students#update_bank_details

update_address_admin_students_path POST /admin/students/update_address(.:format)

admin/students#update_address

update_previous_examination_admin_students_path POST /admin/students/update_previous_examination(.:format)

admin/students#update_previous_examination

batch_action_admin_students_path POST /admin/students/batch_action(.:format)

admin/students#batch_action

admin_students_path GET /admin/students(.:format)

admin/students#index

POST /admin/students(.:format)

admin/students#create

new_admin_student_path GET /admin/students/new(.:format)

admin/students#new

edit_admin_student_path GET /admin/students/:id/edit(.:format)

admin/students#edit

admin_student_path GET /admin/students/:id(.:format)

admin/students#show

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

admin/students#update

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

admin/students#update

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

admin/students#destroy

change_sclasses_admin_subjects_path POST /admin/subjects/change_sclasses(.:format)

admin/subjects#change_sclasses

batch_action_admin_subjects_path POST /admin/subjects/batch_action(.:format)

admin/subjects#batch_action

admin_subjects_path GET /admin/subjects(.:format)

admin/subjects#index

POST /admin/subjects(.:format)

admin/subjects#create

new_admin_subject_path GET /admin/subjects/new(.:format)

admin/subjects#new

edit_admin_subject_path GET /admin/subjects/:id/edit(.:format)

admin/subjects#edit

admin_subject_path GET /admin/subjects/:id(.:format)

admin/subjects#show

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

admin/subjects#update

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

admin/subjects#update

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

admin/subjects#destroy

batch_action_admin_teachers_path POST /admin/teachers/batch_action(.:format)

admin/teachers#batch_action

admin_teachers_path GET /admin/teachers(.:format)

admin/teachers#index

POST /admin/teachers(.:format)

admin/teachers#create

new_admin_teacher_path GET /admin/teachers/new(.:format)

admin/teachers#new

edit_admin_teacher_path GET /admin/teachers/:id/edit(.:format)

admin/teachers#edit

admin_teacher_path GET /admin/teachers/:id(.:format)

admin/teachers#show

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

admin/teachers#update

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

admin/teachers#update

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

admin/teachers#destroy

batch_action_admin_admin_users_path POST /admin/admin_users/batch_action(.:format)

admin/admin_users#batch_action

admin_admin_users_path GET /admin/admin_users(.:format)

admin/admin_users#index

POST /admin/admin_users(.:format)

admin/admin_users#create

new_admin_admin_user_path GET /admin/admin_users/new(.:format)

admin/admin_users#new

edit_admin_admin_user_path GET /admin/admin_users/:id/edit(.:format)

admin/admin_users#edit

admin_admin_user_path GET /admin/admin_users/:id(.:format)

admin/admin_users#show

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

admin/admin_users#update

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

admin/admin_users#update

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

admin/admin_users#destroy

admin_comments_path GET /admin/comments(.:format)

admin/comments#index

POST /admin/comments(.:format)

admin/comments#create

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

admin/comments#show

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

admin/comments#destroy

root_path GET /

pages#home

about_us_path GET /about-us(.:format)

pages#about_us

gallery_path GET /gallery(.:format)

pages#gallery

careers_path GET /careers(.:format)

pages#careers

contact_us_path GET /contact-us(.:format)

pages#contact_us

refund_policy_path GET /refund-policy(.:format)

pages#refund_policy

privacy_policy_path GET /privacy-policy(.:format)

pages#privacy_policy

terms_conditions_path GET /terms-conditions(.:format)

pages#terms_conditions

pay_fee_student_path GET /students/:id/pay_fee(.:format)

students#pay_fee

students_path GET /students(.:format)

students#index

student_path GET /students/:id(.:format)

students#show

receipt_fee_path GET /fees/:id/receipt(.:format)

fees#receipt

create_order_fees_path POST /fees/create_order(.:format)

fees#create_order

payment_success_fees_path POST /fees/payment_success(.:format)

fees#payment_success

confirmation_fees_path GET /fees/confirmation(.:format)

fees#confirmation

fees_path GET /fees(.:format)

fees#index

POST /fees(.:format)

fees#create

new_fee_path GET /fees/new(.:format)

fees#new

fee_path GET /fees/:id(.:format)

fees#show

rails_postmark_inbound_emails_path POST /rails/action_mailbox/postmark/inbound_emails(.:format)

action_mailbox/ingresses/postmark/inbound_emails#create

rails_relay_inbound_emails_path POST /rails/action_mailbox/relay/inbound_emails(.:format)

action_mailbox/ingresses/relay/inbound_emails#create

rails_sendgrid_inbound_emails_path POST /rails/action_mailbox/sendgrid/inbound_emails(.:format)

action_mailbox/ingresses/sendgrid/inbound_emails#create

rails_mandrill_inbound_health_check_path GET /rails/action_mailbox/mandrill/inbound_emails(.:format)

action_mailbox/ingresses/mandrill/inbound_emails#health_check

rails_mandrill_inbound_emails_path POST /rails/action_mailbox/mandrill/inbound_emails(.:format)

action_mailbox/ingresses/mandrill/inbound_emails#create

rails_mailgun_inbound_emails_path POST /rails/action_mailbox/mailgun/inbound_emails/mime(.:format)

action_mailbox/ingresses/mailgun/inbound_emails#create

rails_conductor_inbound_emails_path GET /rails/conductor/action_mailbox/inbound_emails(.:format)

rails/conductor/action_mailbox/inbound_emails#index

POST /rails/conductor/action_mailbox/inbound_emails(.:format)

rails/conductor/action_mailbox/inbound_emails#create

new_rails_conductor_inbound_email_path GET /rails/conductor/action_mailbox/inbound_emails/new(.:format)

rails/conductor/action_mailbox/inbound_emails#new

edit_rails_conductor_inbound_email_path GET /rails/conductor/action_mailbox/inbound_emails/:id/edit(.:format)

rails/conductor/action_mailbox/inbound_emails#edit

rails_conductor_inbound_email_path GET /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#show

PATCH /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#update

PUT /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#update

DELETE /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#destroy

rails_conductor_inbound_email_reroute_path POST /rails/conductor/action_mailbox/:inbound_email_id/reroute(.:format)

rails/conductor/action_mailbox/reroutes#create

rails_service_blob_path GET /rails/active_storage/blobs/:signed_id/*filename(.:format)

active_storage/blobs#show

rails_blob_representation_path GET /rails/active_storage/representations/:signed_blob_id/:variation_key/*filename(.:format)

active_storage/representations#show

rails_disk_service_path GET /rails/active_storage/disk/:encoded_key/*filename(.:format)

active_storage/disk#show

update_rails_disk_service_path PUT /rails/active_storage/disk/:encoded_token(.:format)

active_storage/disk#update

rails_direct_uploads_path POST /rails/active_storage/direct_uploads(.:format)

active_storage/direct_uploads#create

Request

Parameters:

None

Response

Headers:

None