whew, now THAT is a huge tutorial explanation for a relatively simple issue!

This commit is contained in:
cktricky
2014-03-12 18:59:38 -04:00
parent 48ddc99955
commit 4b0560a250
6 changed files with 246 additions and 1 deletions
@@ -43,6 +43,8 @@ private
hash == digest
end
# We had some issues with the token and url encoding...
# this is an attempt to normalize the data.
def unescape_token(token="")
@clean_token = CGI::unescape(token)
end
+2 -1
View File
@@ -83,7 +83,8 @@ class TutorialsController < ApplicationController
def guard
end
def logic_flaws
end
def mass_assignment
end