diff --git a/config/routes.rb b/config/routes.rb index 55301d2a0..6e742438b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -23,12 +23,6 @@ Rails.application.routes.draw do form_handler = FormHandler.instance form = form_handler.get_form("2021_2022") - resources :users do - collection do - get "account/personal-details", to: "users/account#personal_details" - end - end - resources :organisations do member do get "details", to: "organisations#show" diff --git a/db/schema.rb b/db/schema.rb index c9570f994..8b85217f5 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -163,9 +163,9 @@ ActiveRecord::Schema.define(version: 2021_12_01_144335) do t.string "why_dont_you_know_la" t.integer "unitletas" t.integer "builtype" - t.datetime "property_void_date" t.bigint "owning_organisation_id" t.bigint "managing_organisation_id" + t.datetime "property_void_date" t.integer "renttype" t.integer "needstype" t.integer "lettype"