Refactor Investment Contributions category handling to use a centralized constant and streamline related logic.

This commit is contained in:
luckyPipewrench
2026-01-20 17:18:49 -05:00
parent 196d12466f
commit 4727a391a7
9 changed files with 25 additions and 21 deletions

View File

@@ -5,6 +5,7 @@ class TransfersController < ApplicationController
def new
@transfer = Transfer.new
@from_account_id = params[:from_account_id]
end
def show