module NewRelic::Agent::Instrumentation::ViewComponent::Prepend

Public Instance Methods

render_in(*args) click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/view_component/prepend.rb, line 9
def render_in(*args)
  render_in_with_tracing(*args) { super }
end