Routes, empty views and controller changes for statistics concerning external_users, exercises and external_users having exercises

This commit is contained in:
Ralf Teusner
2015-11-25 18:47:49 +01:00
parent 41b2c80b39
commit 95ec5b0231
6 changed files with 36 additions and 1 deletions

View File

@ -13,4 +13,10 @@ class ExternalUsersController < ApplicationController
@user = ExternalUser.find(params[:id])
authorize!
end
def statistics
@user = ExternalUser.find(params[:id])
authorize!
end
end