desc ‘Repair missing attachments in ActiveRecord models’ namespace :armaf do

task run: :environment do
  ArmaFixer.run!
end

end