skipping on to 15.11 in which we play with session crap
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class IndexController < ApplicationController
|
||||
def index
|
||||
session[:first_time] ||= Time.now
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user