Sha256: d6ad4454f0c880c07b9d1de589462f908b1e50b8a08d462eeebe90fa23e592d9

Contents?: true

Size: 207 Bytes

Versions: 8

Compression:

Stored size: 207 Bytes

Contents

TechRadar::Engine.routes.draw do
  get 'radar/index'
  get 'radar/summary'
  resources :technologies, only: [ :index, :show ]
  resources :quadrants, only: [ :show ]
  resources :rings, only: [ :show ]

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tech_radar-0.6.0 config/routes.rb
tech_radar-0.5.0 config/routes.rb
tech_radar-0.4.0 config/routes.rb
tech_radar-0.3.0 config/routes.rb
tech_radar-0.2.1 config/routes.rb
tech_radar-0.2.0 config/routes.rb
tech_radar-0.1.0 config/routes.rb
tech_radar-0.0.1 config/routes.rb