Method: BaseHelper#last_active

Defined in:
app/helpers/base_helper.rb

#last_activeObject



275
276
277
# File 'app/helpers/base_helper.rb', line 275

def last_active
  session[:last_active] ||= Time.now.utc
end