added TODO to not working method

This commit is contained in:
James Lopez 2016-02-01 15:49:52 +01:00
parent 850942ceba
commit 94b27f9d79
1 changed files with 1 additions and 0 deletions

View File

@ -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.