diff --git a/lib/tasks/temp_remove_landlord_immigration_check.rake b/lib/tasks/temp_remove_landlord_immigration_check.rake new file mode 100644 index 000000000..4ce8ce617 --- /dev/null +++ b/lib/tasks/temp_remove_landlord_immigration_check.rake @@ -0,0 +1,5 @@ +desc "Remove Landlord Immigration Check page" + +task remove_landlord_immigration_check: :environment do + Artefact.find_by(slug: "landlord-immigration-check").delete +end