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
+1 -1
View File
@@ -4,7 +4,7 @@ class ApplicationController < ActionController::Base
helper_method :current_user
# Our security guy keep talking about sea-surfing, cool story bro.
#protect_from_forgery
# protect_from_forgery
private
+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