Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
dbd534a8
Commit
dbd534a8
authored
Jun 17, 2016
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Admin::RunnerProjectsController#index is not used
parent
5174d6c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
app/controllers/admin/runner_projects_controller.rb
app/controllers/admin/runner_projects_controller.rb
+0
-5
config/routes.rb
config/routes.rb
+1
-1
No files found.
app/controllers/admin/runner_projects_controller.rb
View file @
dbd534a8
class
Admin::RunnerProjectsController
<
Admin
::
ApplicationController
before_action
:project
,
only:
[
:create
]
def
index
@runner_projects
=
project
.
runner_projects
.
all
@runner_project
=
project
.
runner_projects
.
new
end
def
create
@runner
=
Ci
::
Runner
.
find
(
params
[
:runner_project
][
:runner_id
])
...
...
config/routes.rb
View file @
dbd534a8
...
...
@@ -283,7 +283,7 @@ Rails.application.routes.draw do
post
:repository_check
end
resources
:runner_projects
resources
:runner_projects
,
only:
[
:create
,
:destroy
]
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment