From 85fb0947b561544f542fe252be8aede196c3f64e Mon Sep 17 00:00:00 2001 From: jcwimer Date: Tue, 19 Jan 2016 19:04:29 +0000 Subject: [PATCH] Tutorials page added --- app/controllers/static_pages_controller.rb | 3 +++ app/views/layouts/_header.html.erb | 1 + app/views/static_pages/tutorials.html.erb | 17 +++++++++++++++++ config/routes.rb | 1 + 4 files changed, 22 insertions(+) create mode 100644 app/views/static_pages/tutorials.html.erb diff --git a/app/controllers/static_pages_controller.rb b/app/controllers/static_pages_controller.rb index b350998..c12d371 100644 --- a/app/controllers/static_pages_controller.rb +++ b/app/controllers/static_pages_controller.rb @@ -14,4 +14,7 @@ class StaticPagesController < ApplicationController def about end + + def tutorials + end end diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 4089ac7..e3d7f94 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -6,6 +6,7 @@