Class: Content::Product

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
Taxonomix
Defined in:
app/models/content/product.rb

Instance Method Summary collapse

Instance Method Details

#syncObject



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

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