1
0
Fork 0
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:
Josh Pigford 2024-02-10 19:39:18 -06:00
parent 997bb52d89
commit 4d5d35b277
4 changed files with 6 additions and 7 deletions

View file

@ -9,6 +9,7 @@ class AccountsController < ApplicationController
end
def show
@account = Current.family.accounts.find(params[:id])
end
def create