Class: Spree::Api::V2::Storefront::TenantsController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/spree/api/v2/storefront/tenants_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



6
7
8
# File 'app/controllers/spree/api/v2/storefront/tenants_controller.rb', line 6

def show
  render_serialized_payload { serialize_resource(resource) }
end