enterprise.rb 165 Bytes
require_dependency 'enterprise'

class Enterprise
  after_save_reindex [:products], :with => :delayed_job
  solr_plugin_extra_data_for_index :product_categories
end