Attempting to fix NRE in CreateBrailBase
[castle.git] / MonoRail / TempWeb / Controllers / Home2Controller.cs
blob5f9bd2e8240caa6a8eda18d4398c19cb6c796abc
1 namespace TempWeb.Controllers
3 using Castle.MonoRail.Framework;
5 [Layout("Site1")]
6 public class Home2Controller : Controller
8 public void Index()