summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-02-01 15:49:52 +0100
committerJames Lopez <james@jameslopez.es>2016-02-01 15:49:52 +0100
commit94b27f9d795c05134a777f754adbea2ab3accd33 (patch)
treebb8109fdf0d66630f44521185ae50c125c08d6a2
parent850942ceba1e9f6918c1234e9b72c261af86de82 (diff)
downloadgitlab-ce-94b27f9d795c05134a777f754adbea2ab3accd33.tar.gz
added TODO to not working method
-rw-r--r--db/migrate/20160129135155_remove_dot_atom_path_ending_of_projects.rb1
1 files changed, 1 insertions, 0 deletions
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.