Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2017-01-16 18:11:50 +0300
committerJames Lopez <james@jameslopez.es>2017-01-16 18:11:50 +0300
commit5d619ab8e598667cdfbdb5aba23eb4a63dd50af7 (patch)
treec5ed0874ddf3f554326c9132efe6ac22fc9e204f /db
parent1028b111dccada6963c6596f8330b202842dd1f5 (diff)
fix typo, added relevant spec
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20161226122833_remove_dot_git_from_usernames.rb2
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