Skip to content
Snippets Groups Projects
Commit dfdca2d1 authored by Stephen's avatar Stephen
Browse files

Fixed carrierwave task

parent de49357f
No related branches found
No related tags found
No related merge requests found
namespace :carrierwave do
task reprocess: :environment do
ImageMetum.each do |x|
ImageMetum.all.each do |x|
x.img.recreate_versions!
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment