enterprise.rb 165 Bytes Edit Raw Blame History 1 2 3 4 5 6 require_dependency 'enterprise' class Enterprise after_save_reindex [:products], :with => :delayed_job solr_plugin_extra_data_for_index :product_categories end