2018-11-18 11:00:15 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
namespace :instance_statistics do
|
2018-12-05 23:21:45 +05:30
|
|
|
root to: redirect('-/instance_statistics/conversational_development_index')
|
2018-11-18 11:00:15 +05:30
|
|
|
|
|
|
|
resources :cohorts, only: :index
|
|
|
|
resources :conversational_development_index, only: :index
|
|
|
|
end
|