1 2 3 4 5 6 7 8
class RunSolrIndexing < ActiveRecord::Migration def self.up PublicBody.rebuild_solr_index end def self.down end end