mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 06:56:23 +02:00
Fixed test errors
This commit is contained in:
parent
3812e398bf
commit
b505de2f0f
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ module Repp
|
||||||
end
|
end
|
||||||
|
|
||||||
def serialized_contacts(contacts)
|
def serialized_contacts(contacts)
|
||||||
return contacts.map(&code) unless index_params[:details] == 'true'
|
return contacts.map(&:code) unless index_params[:details] == 'true'
|
||||||
|
|
||||||
address_processing = Contact.address_processing?
|
address_processing = Contact.address_processing?
|
||||||
contacts.map do |c|
|
contacts.map do |c|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue