mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Add confirmation dialog for balance reconciliation creates and updates (#2457)
This commit is contained in:
@@ -110,7 +110,10 @@ Rails.application.routes.draw do
|
||||
|
||||
resources :holdings, only: %i[index new show destroy]
|
||||
resources :trades, only: %i[show new create update destroy]
|
||||
resources :valuations, only: %i[show new create update destroy]
|
||||
resources :valuations, only: %i[show new create update destroy] do
|
||||
post :confirm_create, on: :collection
|
||||
post :confirm_update, on: :member
|
||||
end
|
||||
|
||||
namespace :transactions do
|
||||
resource :bulk_deletion, only: :create
|
||||
|
||||
Reference in New Issue
Block a user