accept and use custom settle value

This commit is contained in:
Bilal
2020-10-05 14:25:42 +03:00
parent 6a6f650538
commit 04abd4be78
3 changed files with 6 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ Rails.application.routes.draw do
get 'cash'
end
member do
delete 'settle'
post 'settle'
end
end
end