1 2 3 4 5 6 7 8 9
class RunSolrIndexing < ActiveRecord::Migration def self.up # Not using SOLR yet after all #PublicBody.rebuild_solr_index end def self.down end end