Class: Api::Vendor::V1::BaseController
- Inherits:
-
ActionController::API
- Object
- ActionController::API
- Api::Vendor::V1::BaseController
- Includes:
- Concerns::Authentication, ElasticApmContext, LogrageCustomLogger, Pagy::Backend, ResponseCacheConcern
- Defined in:
- app/controllers/api/vendor/v1/base_controller.rb
Direct Known Subclasses
CitiesController, CuisinesController, LocationsController, PackageTypesController, ReservationsController, RestaurantPackagesController, RestaurantsController, ReviewsController, TemporaryReservationsController, UsersController, VendorReservationsController
Constant Summary collapse
- CACHE_NAMESPACE =
'api_vendor_v1_cache'.freeze
Instance Attribute Summary collapse
-
#vendor ⇒ Object
readonly
Returns the value of attribute vendor.
Method Summary
Methods included from LogrageCustomLogger
Methods included from ResponseCacheConcern
Instance Attribute Details
#vendor ⇒ Object (readonly)
Returns the value of attribute vendor.
18 19 20 |
# File 'app/controllers/api/vendor/v1/base_controller.rb', line 18 def vendor @vendor end |