cache landing data

This commit is contained in:
simon lehericey 2020-10-06 14:23:15 +02:00
parent ad01d4dee5
commit 4af8bd47ac
5 changed files with 9 additions and 3 deletions

View file

@ -12,6 +12,8 @@ class RootController < ApplicationController
return redirect_to manager_root_path
end
@stat = Stat.first
render 'landing'
end