Method: Content::Product#sync

Defined in:
app/models/content/product.rb

#syncObject



25
26
27
# File 'app/models/content/product.rb', line 25

def sync
  self.repositories.map{ |repo| repo.sync }
end