module ActionView::HelperInclusionTest::RenderHelper

Public Instance Methods

render_from_helper() click to toggle source
# File actionview/test/template/test_case_test.rb, line 120
def render_from_helper
  render partial: "customer", collection: @customers
end