skipping on to 15.11 in which we play with session crap

This commit is contained in:
Dan Buch
2011-08-10 21:51:14 -04:00
parent e7a3ab7a73
commit 785c1cfe20
7 changed files with 31 additions and 253 deletions

View File

@@ -0,0 +1,2 @@
<p>You first visited this site on <%= session[:first_time] %>.</p>
<p>That was <%= time_ago_in_words session[:first_time] %> ago.</p>