2018-07-17 20:37:58 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
namespace :instance_statistics do
|
2019-12-03 13:06:49 -05:00
|
|
|
root to: redirect('-/instance_statistics/dev_ops_score')
|
2018-07-17 20:37:58 -04:00
|
|
|
|
|
|
|
resources :cohorts, only: :index
|
2019-12-03 13:06:49 -05:00
|
|
|
resources :dev_ops_score, only: :index
|
2018-07-17 20:37:58 -04:00
|
|
|
end
|