From d909f55ab92154ba54f717910fafb3ff79f442d1 Mon Sep 17 00:00:00 2001 From: cktricky Date: Thu, 8 Aug 2013 21:25:52 -0400 Subject: [PATCH] initial write-up for gauntlt --- app/controllers/tutorials_controller.rb | 4 +++ app/views/layouts/tutorial/_sidebar.html.erb | 3 ++ app/views/tutorials/gauntlt.html.erb | 37 ++++++++++++++++++++ app/views/tutorials/guard.html.erb | 1 - config/routes.rb | 1 + 5 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 app/views/tutorials/gauntlt.html.erb diff --git a/app/controllers/tutorials_controller.rb b/app/controllers/tutorials_controller.rb index d27a0ca..f88edba 100755 --- a/app/controllers/tutorials_controller.rb +++ b/app/controllers/tutorials_controller.rb @@ -127,6 +127,10 @@ class TutorialsController < ApplicationController def mass_assignment end + def guantlt + + end + def constantize end diff --git a/app/views/layouts/tutorial/_sidebar.html.erb b/app/views/layouts/tutorial/_sidebar.html.erb index 68c3342..5eb1d72 100755 --- a/app/views/layouts/tutorial/_sidebar.html.erb +++ b/app/views/layouts/tutorial/_sidebar.html.erb @@ -97,6 +97,9 @@ Extras