diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-28 09:14:28 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-28 09:14:28 +0200 |
| commit | 3de4271846496fae3b16c316252816dca3f3c354 (patch) | |
| tree | b5326276474caccfdf5098da71fa3982c770ba4a /lib | |
| parent | c29457a396036b6e46b211378f6416e2f54bc739 (diff) | |
| parent | 655b836b2ac26e7afabeb7faaabb56cf106348d7 (diff) | |
| download | gitlab-ce-3de4271846496fae3b16c316252816dca3f3c354.tar.gz | |
Merge branch 'feature/add_user_to_projects_in_group-2298' of https://github.com/zzet/gitlabhq into zzet-feature/add_user_to_projects_in_group-2298
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gitlab/regex.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/regex.rb b/lib/gitlab/regex.rb index a3f38b1c360..e0fb47da17b 100644 --- a/lib/gitlab/regex.rb +++ b/lib/gitlab/regex.rb @@ -6,6 +6,10 @@ module Gitlab default_regex end + def project_name_regex + default_regex + end + def path_regex default_regex end |
