gitlab-org--gitlab-foss/app/helpers/mirror_helper.rb
2018-08-01 23:49:19 +00:00

5 lines
128 B
Ruby

module MirrorHelper
def mirrors_form_data_attributes
{ project_mirror_endpoint: project_mirror_path(@project) }
end
end