Commit 4ed836c5fb27e39ae9d4eaf2eeb8086cb446c486

Authored by Andrew Kane
1 parent 32114bb7

Updated rake message [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/searchkick.rake
1 1 namespace :searchkick do
2   - desc "reindex a model"
  2 + desc "reindex a model (specify CLASS)"
3 3 task reindex: :environment do
4 4 class_name = ENV["CLASS"]
5 5 abort "USAGE: rake searchkick:reindex CLASS=Product" unless class_name
... ...