Class: Spree::Api::V2::Storefront::TenantsController
- Inherits:
-
BaseController
- Object
- BaseController
- Spree::Api::V2::Storefront::TenantsController
- Defined in:
- app/controllers/spree/api/v2/storefront/tenants_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
6 7 8 |
# File 'app/controllers/spree/api/v2/storefront/tenants_controller.rb', line 6 def show render_serialized_payload { serialize_resource(resource) } end |