handle settling records for homie

This commit is contained in:
Bilal
2020-09-17 15:00:55 +03:00
parent 0e5682a9a0
commit f459052fcb
4 changed files with 38 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ Rails.application.routes.draw do
collection do
get 'cash'
end
delete 'settle'
end
end
end