mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
rubocop updates
This commit is contained in:
parent
e289366734
commit
168df25aeb
3 changed files with 5 additions and 3 deletions
|
@ -8,8 +8,8 @@ class Registrant::DomainDeleteConfirmsController < RegistrantController
|
|||
@domain = nil unless @domain.registrant_delete_confirmable?(params[:token])
|
||||
end
|
||||
|
||||
# # rubocop: disable Metrics/PerceivedComplexity
|
||||
# # rubocop: disable Metrics/CyclomaticComplexity
|
||||
# rubocop: disable Metrics/PerceivedComplexity
|
||||
# rubocop: disable Metrics/CyclomaticComplexity
|
||||
def update
|
||||
@domain = Domain.find(params[:id])
|
||||
unless @domain.registrant_delete_confirmable?(params[:token])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue