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

organizations.rb « routes « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c35059cf4115454d840c3bd5625cb4ed657a7be6 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

resources :organizations, only: [], param: :organization_path, controller: 'organizations/organizations' do
  member do
    get :directory
  end
end