mirror of
https://github.com/internetee/registry.git
synced 2025-08-12 12:39:34 +02:00
rubocop style update
This commit is contained in:
parent
2ea24f42fc
commit
544307db31
1 changed files with 1 additions and 1 deletions
|
@ -120,6 +120,6 @@ class Registrar::DomainsController < Registrar::DeppController # EPP controller
|
||||||
|
|
||||||
def init_contacts_autocomplete_map
|
def init_contacts_autocomplete_map
|
||||||
@contacts_autocomplete_map ||=
|
@contacts_autocomplete_map ||=
|
||||||
current_user.registrar.contacts.pluck(:name, :code).map {|c| ["#{c.second} #{c.first}", c.second]}
|
current_user.registrar.contacts.pluck(:name, :code).map { |c| ["#{c.second} #{c.first}", c.second] }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue