Correct authorization issue with city controller

This commit is contained in:
2014-05-27 18:47:20 -04:00
parent eb450ea5bb
commit d3589e231c
2 changed files with 12 additions and 9 deletions
+1
View File
@@ -28,6 +28,7 @@ namespace MileageTraker.Web.Controllers
}
[HttpPost]
[ActionLog]
public ActionResult Index(CreateLogViewModel model)
{
if (ModelState.IsValid)