FIX: don’t break browser history on dashboard visit (#6186)

This commit is contained in:
Joffrey JAFFEUX
2018-07-26 14:59:28 -04:00
committed by GitHub
parent a74024b1c9
commit 330cf78c83
10 changed files with 16 additions and 24 deletions

View File

@ -11,6 +11,9 @@ class Admin::DashboardNextController < Admin::AdminController
render json: data
end
def moderation
end
def general
data = AdminDashboardNextGeneralData.fetch_cached_stats