Add first version of admin bulk change

This commit is contained in:
Alex Sherman 2021-02-01 15:35:44 +05:00
parent efdb445488
commit f3f89bedd7
5 changed files with 96 additions and 28 deletions

View file

@ -64,6 +64,7 @@ Rails.application.routes.draw do
get ':id/transfer_info', to: 'domains#transfer_info', constraints: { id: /.*/ }
post 'transfer', to: 'domains#transfer'
patch 'contacts', to: 'domains/contacts#update'
patch 'admin_contacts', to: 'domains/admin_contacts#update'
post 'renew/bulk', to: 'domains/renews#bulk_renew'
end
end