Controller
Source: show | on GitHub
# File actionview/test/actionpack/controller/render_test.rb, line 53 def new render :partial => Quiz::Question.new("Namespaced Partial") end