Reformat code

This commit is contained in:
Artur Beljajev 2018-01-11 15:53:13 +02:00
parent 294ff638b1
commit 7fe3e2765a
2 changed files with 12 additions and 15 deletions

View file

@ -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

View file

@ -107,7 +107,6 @@ Rails.application.routes.draw do
member do
get 'domain_verification_url'
end
end
# resources :invoices do