diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-10-04 22:17:14 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-10-04 22:18:26 +0300 |
commit | 6fe7659274fdc975df5570a7726bb68bdc00aa77 (patch) | |
tree | 43d65f35ae0cba6bc834460955a7fb36c5ae7f39 /lib | |
parent | 8f02b908a3bd83ede3c27b8bae2840475d6f1bb4 (diff) | |
download | gitlab-ci-6fe7659274fdc975df5570a7726bb68bdc00aa77.tar.gz |
will paginate, run route
Diffstat (limited to 'lib')
-rw-r--r-- | lib/helper.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/helper.rb b/lib/helper.rb index c9549a9..f4b05ad 100644 --- a/lib/helper.rb +++ b/lib/helper.rb @@ -19,6 +19,10 @@ module Helper end end + def run_project_path project + "/projects/#{project.name}/run" + end + def project_path project "/projects/#{project.name}" end |