mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Rubocop fix #2763
This commit is contained in:
parent
baff1fea90
commit
bed756286d
1 changed files with 0 additions and 2 deletions
|
@ -91,7 +91,6 @@ class Epp::DomainsController < EppController
|
|||
render_epp_response '/epp/domains/check'
|
||||
end
|
||||
|
||||
# rubocop: disable Metrics/MethodLength
|
||||
def renew
|
||||
authorize! :renew, @domain
|
||||
|
||||
|
@ -124,7 +123,6 @@ class Epp::DomainsController < EppController
|
|||
end
|
||||
end
|
||||
end
|
||||
# rubocop: enable Metrics/MethodLength
|
||||
|
||||
def transfer
|
||||
authorize! :transfer, @domain, @password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue