Class: Embedded::Api::ShopsController

Inherits:
BaseController
  • Object
show all
Defined in:
lib/generators/disco_app/react/templates/app/controllers/embedded/api/shops_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
# File 'lib/generators/disco_app/react/templates/app/controllers/embedded/api/shops_controller.rb', line 5

def show
  render json: ApiResponse.serialize(@shop)
end