Remove home controller, hide false positive resharper warning

This commit is contained in:
2012-12-17 13:28:07 -05:00
parent ca2bf00f32
commit 67f2ccff4b
2 changed files with 3 additions and 13 deletions
-12
View File
@@ -1,12 +0,0 @@
using System.Web.Mvc;
namespace MileageTraker.Web.Controllers
{
public class HomeController : ControllerBase
{
public ActionResult About()
{
return View();
}
}
}