1 2 3 4 5 6 7
module EnvironmentsHelper def environments_list_data { endpoint: project_environments_path(@project, format: :json) } end end