|
|
|
@ -35,7 +35,7 @@ Rails.application.routes.draw do |
|
|
|
get "/accessibility-statement", to: "content#accessibility_statement" |
|
|
|
get "/accessibility-statement", to: "content#accessibility_statement" |
|
|
|
get "/privacy-notice", to: "content#privacy_notice" |
|
|
|
get "/privacy-notice", to: "content#privacy_notice" |
|
|
|
get "/data-sharing-agreement", to: "content#data_sharing_agreement" |
|
|
|
get "/data-sharing-agreement", to: "content#data_sharing_agreement" |
|
|
|
get "start/download_pdf" |
|
|
|
get "/download-23-24-sales-form", to: "start#download_23_24_sales_form" |
|
|
|
|
|
|
|
|
|
|
|
resource :account, only: %i[show edit], controller: "users" do |
|
|
|
resource :account, only: %i[show edit], controller: "users" do |
|
|
|
get "edit/password", to: "users#edit_password" |
|
|
|
get "edit/password", to: "users#edit_password" |
|
|
|
|