From 9c37eb99a161c71f4fdb726b43efd72eb79e9a28 Mon Sep 17 00:00:00 2001 From: Ken Johnson Date: Thu, 25 Apr 2013 15:23:07 -0400 Subject: [PATCH] lost track of what I was doing so I cant tell you what Ive done, heh --- app/controllers/tutorials_controller.rb | 3 +++ app/controllers/users_controller.rb | 3 +++ app/views/layouts/shared/_header.html.erb | 4 +-- app/views/layouts/tutorial/_sidebar.html.erb | 4 +-- app/views/tutorials/guard.html.erb | 27 ++++++++++++++++++++ app/views/users/account_settings.html.erb | 0 config/routes.rb | 3 ++- db/schema.rb | 1 - 8 files changed, 38 insertions(+), 7 deletions(-) create mode 100644 app/views/tutorials/guard.html.erb create mode 100644 app/views/users/account_settings.html.erb diff --git a/app/controllers/tutorials_controller.rb b/app/controllers/tutorials_controller.rb index 9565ce8..bbef330 100755 --- a/app/controllers/tutorials_controller.rb +++ b/app/controllers/tutorials_controller.rb @@ -51,4 +51,7 @@ class TutorialsController < ApplicationController def redirects end + def guard + end + end diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 152a54b..01972a9 100755 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -17,4 +17,7 @@ class UsersController < ApplicationController end end + def account_settings + end + end diff --git a/app/views/layouts/shared/_header.html.erb b/app/views/layouts/shared/_header.html.erb index 38e4b73..b9b5ef2 100755 --- a/app/views/layouts/shared/_header.html.erb +++ b/app/views/layouts/shared/_header.html.erb @@ -11,9 +11,7 @@