15 lines
392 B
Plaintext
15 lines
392 B
Plaintext
resources :olympiamanagements do
|
|
get 'updata_school_data'
|
|
post 'updata_school_data'
|
|
patch 'updata_school_data'
|
|
get 'updata_student_data'
|
|
post 'updata_student_data'
|
|
patch 'updata_student_data'
|
|
get 'download_school_code'
|
|
get 'school_connection_data'
|
|
get 'add_sign_up_student_data'
|
|
get 'sign_up_student_data_list'
|
|
get 'edit_password'
|
|
get 'print_registration_form'
|
|
get 'logout'
|
|
end |