mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +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
|
||||
|
||||
def index
|
||||
authorize! :view, :registrant_domains
|
||||
params[:q] ||= {}
|
||||
|
@ -82,5 +81,4 @@ class Registrant::DomainsController < RegistrantController
|
|||
"#{ENV['registrant_url']}/registrant/domain_delete_confirms"
|
||||
end
|
||||
end
|
||||
|
||||
end
|
|
@ -107,7 +107,6 @@ Rails.application.routes.draw do
|
|||
member do
|
||||
get 'domain_verification_url'
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
# resources :invoices do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue