Guest User

Untitled

a guest
Jun 14th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. desc "Reindex all sunspot models in solr"
  2. task :reindex_sunspot , :roles => :app, :only => {:solr => true} do
  3. run "cd #{release_path} && rake #{rails_env} sunspot:reindex"
  4. end
Add Comment
Please, Sign In to add comment