2018-07-17 20:37:58 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
namespace :instance_statistics do
|
2018-07-25 11:36:08 -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
|