From f68ffc99ec9e8fa51a43c62a491dd4c9d65095a1 Mon Sep 17 00:00:00 2001 From: cxt Date: Tue, 17 Nov 2015 18:26:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E5=8D=95=E9=80=89=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/exercise/_new_MC.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/exercise/_new_MC.html.erb b/app/views/exercise/_new_MC.html.erb index 0ff662b3f..db61316fe 100644 --- a/app/views/exercise/_new_MC.html.erb +++ b/app/views/exercise/_new_MC.html.erb @@ -1,3 +1,4 @@ +<%= form_for ExerciseQuestion.new,:url =>create_exercise_question_exercise_path(@exercise.id),:remote => true do |f|%>
@@ -35,4 +36,5 @@
-
\ No newline at end of file + +<% end %> \ No newline at end of file