mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-01 21:21:02 -05:00
7 lines
102 B
Ruby
7 lines
102 B
Ruby
namespace :search do
|
|
desc 'reindex'
|
|
task reindex: :environment do
|
|
puts Crop.reindex
|
|
end
|
|
end
|