From 5c12362a7df53c352f0510d3be7e2c89491c29f4 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Tue, 2 Jun 2015 09:58:32 +0300 Subject: [PATCH] Syntax update --- app/models/depp/contact.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/depp/contact.rb b/app/models/depp/contact.rb index ee0057a72..5233525d8 100644 --- a/app/models/depp/contact.rb +++ b/app/models/depp/contact.rb @@ -229,7 +229,7 @@ module Depp end def extension_xml - xml = {_anonymus: []} + xml = { _anonymus: [] } ident = ident_xml[:_anonymus].try(:first) legal = legal_document_xml[:_anonymus].try(:first) xml[:_anonymus] << ident if ident.present?