Class: LiveComponent::RenderController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- LiveComponent::RenderController
- Defined in:
- app/controllers/live_component/render_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'app/controllers/live_component/render_controller.rb', line 5 def show render layout: false, formats: [:html] end |