Module: Fiveruns::Tuneup::Instrumentation::ActionView::PartialTemplate::InstanceMethods
- Defined in:
- lib/fiveruns/tuneup/instrumentation/action_view/partial_template.rb
Instance Method Summary collapse
Instance Method Details
#render_with_fiveruns_tuneup(*args, &block) ⇒ Object
17 18 19 20 21 |
# File 'lib/fiveruns/tuneup/instrumentation/action_view/partial_template.rb', line 17 def render_with_fiveruns_tuneup(*args, &block) Fiveruns::Tuneup.step "Render partial #{path}", :view do render_without_fiveruns_tuneup(*args, &block) end end |