2018-07-17 20:37:58 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
namespace :instance_statistics do
|
2018-09-21 10:10:20 -04:00
|
|
|
root to: redirect('-/instance_statistics/conversational_development_index')
|
2018-07-17 20:37:58 -04:00
|
|
|
|
|
|
|
resources :cohorts, only: :index
|
|
|
|
resources :conversational_development_index, only: :index
|
|
|
|
end
|