From 94b27f9d795c05134a777f754adbea2ab3accd33 Mon Sep 17 00:00:00 2001 From: James Lopez Date: Mon, 1 Feb 2016 15:49:52 +0100 Subject: [PATCH] added TODO to not working method --- .../20160129135155_remove_dot_atom_path_ending_of_projects.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/migrate/20160129135155_remove_dot_atom_path_ending_of_projects.rb b/db/migrate/20160129135155_remove_dot_atom_path_ending_of_projects.rb index 622b0f5db08..0bc23f5627f 100644 --- a/db/migrate/20160129135155_remove_dot_atom_path_ending_of_projects.rb +++ b/db/migrate/20160129135155_remove_dot_atom_path_ending_of_projects.rb @@ -60,6 +60,7 @@ class RemoveDotAtomPathEndingOfProjects < ActiveRecord::Migration execute "UPDATE projects SET path = '#{project_path.clean_path}' WHERE id = #{project.id}" end + #TODO: Fix this def move_path(project_path) # Based on RemovePeriodsAtEndsOfUsernames # Don't attempt to move if original path only contains periods.