Class: SimpleApm::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/simple_apm/application_controller.rb

Direct Known Subclasses

ApmController

Instance Method Summary collapse

Instance Method Details

#apm_dateObject



6
7
8
# File 'app/controllers/simple_apm/application_controller.rb', line 6

def apm_date
  session[:apm_date].presence || Time.now.strftime("%Y-%m-%d")
end