Implement server side query building for flowr

This commit is contained in:
Maximilian Grundke
2018-09-18 10:34:38 +02:00
parent 29227cbe14
commit 097938aa6b
3 changed files with 45 additions and 1 deletions

View File

@ -42,6 +42,8 @@ Rails.application.routes.draw do
get '/help', to: 'application#help'
get '/insights', to: 'flowr#insights'
get 'statistics/', to: 'statistics#show'
get 'statistics/graphs', to: 'statistics#graphs'
get 'statistics/graphs/user-activity', to: 'statistics#user_activity'