Class: ApplicationV2Controller
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ApplicationV2Controller
- Includes:
- ActionController::MimeResponds, ElasticApmContext, LogrageCustomLogger
- Defined in:
- app/controllers/application_v2_controller.rb
Overview
typed: ignore
Direct Known Subclasses
ExternalReservationsController, V2Users::BaseController, V2Users::Oauth2Controller, V2Users::OmniauthController, Webhooks::Vendors::Bistrochat::CallbackController, Webhooks::Vendors::MyMenu::CallbackController, Webhooks::Vendors::Tablecheck::CallbackController, Webhooks::Vendors::Weeloy::CallbackController
Instance Method Summary collapse
Methods included from LogrageCustomLogger
Instance Method Details
#identity_cache_memoization(&block) ⇒ Object
11 12 13 |
# File 'app/controllers/application_v2_controller.rb', line 11 def identity_cache_memoization(&block) IdentityCache.cache.with_memoization(&block) end |