class Quiz::QuestionsController
Controller
Public Instance Methods
new()
click to toggle source
# File actionview/test/actionpack/controller/render_test.rb, line 24 def new render partial: Quiz::Question.new("Namespaced Partial") end