mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Remove Bullet-related code
This commit is contained in:
parent
558261c047
commit
c9fbc9269e
2 changed files with 3 additions and 10 deletions
|
@ -115,8 +115,6 @@ module Epp
|
|||
|
||||
def delete
|
||||
authorize! :delete, @domain, @password
|
||||
# all includes for bullet
|
||||
@domain = Epp::Domain.where(id: @domain.id).includes(nameservers: :versions).first
|
||||
|
||||
handle_errors(@domain) and return unless @domain.can_be_deleted?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue