2018-11-18 11:00:15 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
namespace :instance_statistics do
|
2020-01-01 13:55:28 +05:30
|
|
|
root to: redirect('-/instance_statistics/dev_ops_score')
|
2018-11-18 11:00:15 +05:30
|
|
|
|
|
|
|
resources :cohorts, only: :index
|
2020-01-01 13:55:28 +05:30
|
|
|
resources :dev_ops_score, only: :index
|
2018-11-18 11:00:15 +05:30
|
|
|
end
|