Class: RenderSync::RefetchesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- RenderSync::RefetchesController
- Defined in:
- app/controllers/sync/refetches_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
7 8 9 10 11 |
# File 'app/controllers/sync/refetches_controller.rb', line 7 def show render json: { html: with_format(:html){ @partial.render_to_string } } end |