Class: Spree::Api::V2::Storefront::AccountController

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

Instance Method Summary collapse

Methods inherited from BaseController

#content_type

Instance Method Details

#showObject



8
9
10
# File 'app/controllers/spree/api/v2/storefront/account_controller.rb', line 8

def show
  render_serialized_payload { serialize_resource(resource) }
end