We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Enter in your project rails console and execute
RailsAdminContentBuilder::ContentBuilderImage.all.each do |c| puts "Image #{c.image} in process..." c.image.recreate_versions! if c.present? puts "Image #{c.image} processed..." end
Very simple :D