summaryrefslogtreecommitdiff
path: root/config/routes/instance_statistics.rb
blob: 824ef47cda3b875dd5be155f7bdfd67b3f7f7f05 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

namespace :instance_statistics do
  root to: redirect('/-/instance_statistics/conversational_development_index')

  resources :cohorts, only: :index
  resources :conversational_development_index, only: :index
end