From 3615f4dd8bd8131cbc455e635767353b95c4fdc5 Mon Sep 17 00:00:00 2001 From: Vladimir Krylov Date: Tue, 8 Mar 2016 15:48:26 +0200 Subject: [PATCH] Story#114871365 - add rake task to update contacts country code (typo) --- lib/tasks/convert.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/convert.rake b/lib/tasks/convert.rake index 849450c7c..d55778ad9 100644 --- a/lib/tasks/convert.rake +++ b/lib/tasks/convert.rake @@ -35,7 +35,7 @@ namespace :convert do desc 'Contact Address Country Code Upcase' - task country_code_ucase: :environment do + task country_code_upcase: :environment do count = 0 Contact.find_each do |c| if c.country_code.present? && c.country_code != c.country_code.upcase