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