Class: BuilderApm::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- BuilderApm::ApplicationController
- Defined in:
- app/controllers/builder_apm/application_controller.rb
Direct Known Subclasses
DashboardController, DiagnoseRequestController, ErrorRequestsController, NPlusOneController, RecentRequestsController, RequestAnalysisController, RequestDataController, RequestDetailsController, SlowRequestsController, WipController
Instance Method Summary collapse
Instance Method Details
#redis_client ⇒ Object
3 4 5 |
# File 'app/controllers/builder_apm/application_controller.rb', line 3 def redis_client @redis_client ||= BuilderApm::RedisClient.client end |