Removed unused method

This commit is contained in:
Filipa Lacerda 2017-01-26 19:55:18 +00:00
parent 819ae974d7
commit 7db05c4da1
2 changed files with 0 additions and 7 deletions

View File

@ -33,10 +33,6 @@ module Gitlab
'Play'
end
def action_class
'ci-play-icon'
end
def action_path
play_namespace_project_build_path(subject.project.namespace,
subject.project,

View File

@ -42,9 +42,6 @@ module Gitlab
raise NotImplementedError
end
def action_class
end
def action_path
raise NotImplementedError
end