Sha256: 2067b7c323b280693b2df81611536f960f56696b113f941d39812210c2ee9fe5
Contents?: true
Size: 300 Bytes
Versions: 5
Compression:
Stored size: 300 Bytes
Contents
Ecm::Staff::Engine.routes.draw do localized do scope :ecm_staff_engine 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ecm_staff2-3.1.1 | config/routes.rb |
ecm_staff2-3.1.0 | config/routes.rb |
ecm_staff2-3.0.2 | config/routes.rb |
ecm_staff2-3.0.1 | config/routes.rb |
ecm_staff2-3.0.0 | config/routes.rb |