GET /faqs/new GET /faqs/new.xml
27 28 29 30 31 32 33 34
# File 'app/controllers/cmtool/faqs_controller.rb', line 27 def new @faq = Cmtool::Faq.new respond_to do |format| format.html # new.html.erb format.xml { render :xml => @faq } end end