lib/realogy/app/models/realogy/company.rb in realogy-0.4.1 vs lib/realogy/app/models/realogy/company.rb in realogy-0.4.2

- old
+ new

@@ -16,10 +16,10 @@ # brandCode : String # The brand that the Company is associated with def brand_code - self.dig_for_array("companySummary", "brandCode") + self.dig_for_string("companySummary", "brandCode") end # canDoCommercialBusiness : Boolean # Will be 'true' if this company can do commercial business