added a bunch of wording

This commit is contained in:
Ken Johnson
2013-04-25 14:49:20 -04:00
parent db19e5d990
commit 01c246c902
4 changed files with 49 additions and 5 deletions
+2
View File
@@ -32,6 +32,8 @@ class TutorialsController < ApplicationController
end
def csrf
@meta_code_bad = %{<%#= csrf_meta_tags %> <!-- <~ What is this for? I hear it helps w/ JS and Sea-surfing.....whatevz -->}
@meta_code_good = %{<%= csrf_meta_tags %> }
end
def misconfig