Class: BuilderApm::ApplicationController

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

Instance Method Summary collapse

Instance Method Details

#redis_clientObject



3
4
5
# File 'app/controllers/builder_apm/application_controller.rb', line 3

def redis_client
    @redis_client ||= BuilderApm::RedisClient.client
end