fixes issue #24

This commit is contained in:
Ken Johnson
2013-06-10 16:25:14 -04:00
parent 56381fe318
commit 7b900bda2d
5 changed files with 120 additions and 3 deletions
+4
View File
@@ -6,6 +6,10 @@ class TutorialsController < ApplicationController
def index
end
def credentials
render :partial => "layouts/tutorial/credentials/creds"
end
def show
render "injection"
end