mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
parent
5af4c585d4
commit
5e1c43f7cc
5 changed files with 7 additions and 7 deletions
|
@ -17,7 +17,7 @@ module Repp
|
|||
if params[:details] == 'true'
|
||||
contacts = current_user.registrar.contacts.limit(limit).offset(offset)
|
||||
|
||||
unless Contact.address_processing
|
||||
unless Contact.address_processing?
|
||||
attributes = Contact.attribute_names - Contact.address_attribute_names
|
||||
contacts = contacts.select(attributes)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue