Class: ServerComponent::ComponentRoutersController
- Inherits:
-
Object
- Object
- ServerComponent::ComponentRoutersController
- Defined in:
- app/controllers/server_component/component_routers_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'app/controllers/server_component/component_routers_controller.rb', line 5 def show render json: component_router.to_json end |