mirror of
https://github.com/we-promise/sure.git
synced 2026-04-22 21:44:11 +00:00
Refactor Investment Contributions category handling to use a centralized constant and streamline related logic.
This commit is contained in:
@@ -5,6 +5,7 @@ class TransfersController < ApplicationController
|
||||
|
||||
def new
|
||||
@transfer = Transfer.new
|
||||
@from_account_id = params[:from_account_id]
|
||||
end
|
||||
|
||||
def show
|
||||
|
||||
Reference in New Issue
Block a user