Class: RenderSync::RefetchesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/sync/refetches_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



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