1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-07 14:35:23 +02:00

Update properties controller to use new creational and update balance methods

This commit is contained in:
Zach Gollwitzer 2025-07-09 22:28:07 -04:00
parent d459ebdad8
commit 25f0c78c47
17 changed files with 500 additions and 144 deletions

View file

@ -170,8 +170,8 @@ Rails.application.routes.draw do
resources :investments, except: :index
resources :properties, except: :index do
member do
get :balances
patch :update_balances
get :details
patch :update_details
get :address
patch :update_address