created admin controller

This commit is contained in:
Ken Johnson
2013-05-17 10:25:56 -04:00
parent 5f80211580
commit a279d06b4c
4 changed files with 15 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
class AdminController < ApplicationController
end