aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/034_run_solr_indexing.rb
blob: 8a697905cb851b2298d6fe305e4f53b5ad22cd8b (plain)
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