application nav WIP

This commit is contained in:
Brigitte Warner
2014-08-14 20:06:44 -04:00
parent 91a5b7c64c
commit 9df3dfcfd5
5 changed files with 94 additions and 48 deletions
@@ -1,5 +1,7 @@
class ApplicationController < ActionController::Base
before_filter :authenticate_user!
protect_from_forgery
layout 'application'
end