Hack together a quick dashboard

Also fix bug in member calc
This commit is contained in:
Andrew Tomaka 2023-02-23 21:46:05 -05:00
parent 8a7a0cc720
commit bebdd5e30d
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
4 changed files with 82 additions and 4 deletions

View file

@ -1,9 +1,10 @@
Rails.application.routes.draw do
resource :dashboard, only: :show
resources :incomes
resources :members
resources :expenses
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
# Defines the root path route ("/")
# root "articles#index"
root "dashboard#show"
end