1
0
Fork 0
forked from OpenNeo/impress
impress/lib/tasks/items_spider_mall.rake

7 lines
176 B
Ruby
Raw Normal View History

namespace :items do
desc "Spider NC Mall for wearable items, and store them for later asset spidering"
task :spider_mall => :environment do
Item.spider_mall!
end
end