made pages for all of the tutorials

This commit is contained in:
Ken Johnson
2013-04-25 01:06:42 -04:00
parent 9542e3f717
commit c75c0b20b3
13 changed files with 133 additions and 32 deletions
+27
View File
@@ -5,4 +5,31 @@ class TutorialsController < ApplicationController
def injection
end
def xss
end
def broken_auth
end
def insecure_doa
end
def csrf
end
def misconfig
end
def crypto
end
def url_access
end
def ssl_tls
end
def redirects
end
end