mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Add ability to download invoice in admin #2566
This commit is contained in:
parent
bfe9086ec0
commit
bfd3e07981
3 changed files with 14 additions and 0 deletions
|
@ -176,7 +176,9 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
resources :invoices do
|
||||
get 'download_pdf'
|
||||
patch 'cancel', on: :member
|
||||
match 'forward', via: [:post, :get]
|
||||
end
|
||||
|
||||
resources :domains do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue