Welcome to mirror list, hosted at ThFree Co, Russian Federation.

environments_helper.rb « helpers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ce89f89fa990fb9c87cb373e815b8a8fe258524 (plain)
1
2
3
4
5
6
7
module EnvironmentsHelper
  def environments_list_data
    {
      endpoint: project_environments_path(@project, format: :json)
    }
  end
end