Hack together a quick dashboard
Also fix bug in member calc
This commit is contained in:
parent
8a7a0cc720
commit
bebdd5e30d
4 changed files with 82 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue