lib/realogy/app/models/realogy/company.rb in realogy-0.5.4 vs lib/realogy/app/models/realogy/company.rb in realogy-0.5.9

- old
+ new

@@ -56,10 +56,10 @@ end # lastUpdateOn : DateTime # The date/time that the Company record was last updated in the system (UTC) - def last_update_on + def last_updated self.dig_for_datetime("companySummary", "lastUpdateOn") end # media : [Hash]