Commit 94b27f9d authored by James Lopez's avatar James Lopez

added TODO to not working method

parent 850942ce
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment