Make the devtools controller Admin

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-07-06 17:54:05 -07:00
parent e9a0e09732
commit c4b6a16122

View File

@@ -4,9 +4,11 @@ using Orchard.Localization;
using Orchard.Mvc.ViewModels;
using Orchard.Themes;
using Orchard.UI.Notify;
using Orchard.UI.Admin;
namespace Orchard.DevTools.Controllers {
[Themed]
[Admin]
public class HomeController : Controller {
private readonly INotifier _notifier;