lib/timber/contexts/organization.rb in timber-1.1.3 vs lib/timber/contexts/organization.rb in timber-1.1.4

- old
+ new

@@ -24,10 +24,10 @@ @id = attributes[:id] @name = attributes[:name] end def as_json(_options = {}) - {id: Timber::Object.try(id, :to_s), name: name} + {id: Timber::Util::Object.try(id, :to_s), name: name} end end end end \ No newline at end of file