mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 07:39:39 +02:00
Rough-in on account show pages
This commit is contained in:
parent
997bb52d89
commit
4d5d35b277
4 changed files with 6 additions and 7 deletions
|
@ -9,6 +9,7 @@ class AccountsController < ApplicationController
|
|||
end
|
||||
|
||||
def show
|
||||
@account = Current.family.accounts.find(params[:id])
|
||||
end
|
||||
|
||||
def create
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue