diff options
Diffstat (limited to 'db/migrate')
-rw-r--r-- | db/migrate/20161226122833_remove_dot_git_from_usernames.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20161226122833_remove_dot_git_from_usernames.rb b/db/migrate/20161226122833_remove_dot_git_from_usernames.rb index a01f7e4ed52..a0ce927161f 100644 --- a/db/migrate/20161226122833_remove_dot_git_from_usernames.rb +++ b/db/migrate/20161226122833_remove_dot_git_from_usernames.rb @@ -75,7 +75,7 @@ class RemoveDotGitFromUsernames < ActiveRecord::Migration counter += 1 path = "#{base}#{counter}" - return check_route(base, counter, path) + return check_routes(base, counter, path) end end |