added an administrative method intended to be used as a before filter within the application controller as well as an is_admin? method

This commit is contained in:
Ken Johnson
2013-05-16 17:56:31 -04:00
parent 10956ed316
commit 5f80211580
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
class DashboardController < ApplicationController
def home
end