Browse Source

Merge

pull/126/head
baarkerlounger 4 years ago
parent
commit
ad460c8366
  1. 6
      config/routes.rb
  2. 2
      db/schema.rb

6
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"

2
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"

Loading…
Cancel
Save