mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
added test
This commit is contained in:
parent
af8bc41556
commit
895fa22702
3 changed files with 18 additions and 2 deletions
|
@ -232,7 +232,6 @@ Rails.application.routes.draw do
|
|||
|
||||
resources :invoices, except: %i[edit update destroy] do
|
||||
collection do
|
||||
# get ':id/cancel_paid', to: 'invoices#cancel_paid', as: 'get_cancel_paid'
|
||||
post ':id/cancel_paid', to: 'invoices#cancel_paid', as: 'cancel_paid'
|
||||
end
|
||||
resource :delivery, controller: 'invoices/delivery', only: %i[new create]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue