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