Add action_button_title Core status method

This commit is contained in:
Matija Čupić 2018-04-03 16:54:03 +02:00
parent 3447d71e73
commit 8a4ec84965
No known key found for this signature in database
GPG Key ID: 4BAF84FFACD2E5DE
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ module Gitlab
def action_title
raise NotImplementedError
end
def action_button_title
raise NotImplementedError
end
end
end
end