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,6 @@
class IndexController < ApplicationController
def index
session[:first_time] ||= Time.now
end
end