Class: Ci::GroupVariablePresenter
Instance Attribute Summary
#subject
Instance Method Summary
collapse
#initialize
#can?, #declarative_policy_delegate, #is_a?, #present, #url_builder, #web_path, #web_url
#can?
add_helpers, includes_helpers, redirect_legacy_paths, url_helpers
Instance Method Details
#delete_path ⇒ Object
19
20
21
|
# File 'app/presenters/ci/group_variable_presenter.rb', line 19
def delete_path
group_variables_path(group)
end
|
#edit_path ⇒ Object
15
16
17
|
# File 'app/presenters/ci/group_variable_presenter.rb', line 15
def edit_path
group_variables_path(group)
end
|
11
12
13
|
# File 'app/presenters/ci/group_variable_presenter.rb', line 11
def form_path
group_settings_ci_cd_path(group)
end
|
#placeholder ⇒ Object
7
8
9
|
# File 'app/presenters/ci/group_variable_presenter.rb', line 7
def placeholder
'GROUP_VARIABLE'
end
|