mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +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'
|
render_epp_response '/epp/domains/check'
|
||||||
end
|
end
|
||||||
|
|
||||||
# rubocop: disable Metrics/MethodLength
|
|
||||||
def renew
|
def renew
|
||||||
authorize! :renew, @domain
|
authorize! :renew, @domain
|
||||||
|
|
||||||
|
@ -124,7 +123,6 @@ class Epp::DomainsController < EppController
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
# rubocop: enable Metrics/MethodLength
|
|
||||||
|
|
||||||
def transfer
|
def transfer
|
||||||
authorize! :transfer, @domain, @password
|
authorize! :transfer, @domain, @password
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue