going to dynamically load the tutorial page depending on the route folks decide to take
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user