Nearing feature complete for driver auth
This commit is contained in:
@@ -9,6 +9,7 @@ namespace MileageTraker.Web.Attributes
|
||||
{
|
||||
if (filterContext != null)
|
||||
{
|
||||
// TODO: capture current user
|
||||
var controller = filterContext.RouteData.Values["controller"].ToString();
|
||||
var action = filterContext.RouteData.Values["action"].ToString();
|
||||
var loggerName = string.Format("{0}Controller.{1}", controller, action);
|
||||
|
||||
Reference in New Issue
Block a user