Sha256: 0d64fdc16c88b9681768c6d64cb878ab441b54c6c750e2280345675453c92a18

Contents?: true

Size: 293 Bytes

Versions: 1

Compression:

Stored size: 293 Bytes

Contents

Ecm::Staff::Engine.routes.draw do
  localized do
    scope :ecm_staff do
      resources :organisations,  only: [:show, :index]
      resources :business_units, only: [:show, :index]
      resources :people,         only: [:show, :index]
      
      root to: 'people#index'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ecm_staff2-2.0.0 config/routes.rb