gitlab-org--gitlab-foss/app/helpers/mirror_helper.rb

8 lines
159 B
Ruby

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