mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Refactor #2623
This commit is contained in:
parent
4951dbf1ea
commit
0ef04b2506
4 changed files with 17 additions and 10 deletions
|
@ -63,7 +63,6 @@ class Epp::DomainsController < EppController
|
|||
|
||||
def delete
|
||||
authorize! :delete, @domain, @password
|
||||
|
||||
# all includes for bullet
|
||||
@domain = Epp::Domain.where(id: @domain.id).includes(nameservers: :versions).first
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue