lib/actv/asset.rb in actv-1.1.5 vs lib/actv/asset.rb in actv-1.1.6

- old
+ new

@@ -180,9 +180,13 @@ end is_article end + def has_location? + self.place && place.has_lat_long? + end + def evergreen? self.evergreenAssetFlag.downcase == 'true' rescue false end def regcenter?