mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Reformat code
This commit is contained in:
parent
294ff638b1
commit
7fe3e2765a
2 changed files with 12 additions and 15 deletions
|
@ -1,5 +1,4 @@
|
||||||
class Registrant::DomainsController < RegistrantController
|
class Registrant::DomainsController < RegistrantController
|
||||||
|
|
||||||
def index
|
def index
|
||||||
authorize! :view, :registrant_domains
|
authorize! :view, :registrant_domains
|
||||||
params[:q] ||= {}
|
params[:q] ||= {}
|
||||||
|
@ -82,5 +81,4 @@ class Registrant::DomainsController < RegistrantController
|
||||||
"#{ENV['registrant_url']}/registrant/domain_delete_confirms"
|
"#{ENV['registrant_url']}/registrant/domain_delete_confirms"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
|
@ -107,7 +107,6 @@ Rails.application.routes.draw do
|
||||||
member do
|
member do
|
||||||
get 'domain_verification_url'
|
get 'domain_verification_url'
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# resources :invoices do
|
# resources :invoices do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue