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:
parent
d459ebdad8
commit
25f0c78c47
17 changed files with 500 additions and 144 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue