going to dynamically load the tutorial page depending on the route folks decide to take

This commit is contained in:
cktricky
2015-01-06 19:43:23 -05:00
parent c1e5a8684a
commit 09ba2b3270
5 changed files with 50 additions and 28 deletions
+7
View File
@@ -4,6 +4,13 @@ class TutorialsController < ApplicationController
def index
end
def breaker
render :partial => "layouts/tutorial/home/breaker"
end
def builder
end
def credentials
render :partial => "layouts/tutorial/credentials/creds"