Controller

Methods
N
Instance Public methods
new()
# File actionview/test/actionpack/controller/render_test.rb, line 53
def new
  render :partial => Quiz::Question.new("Namespaced Partial")
end