问卷默认开启实名认证

video_transcode
cxt 5 years ago
parent 22d02e86ef
commit 22c10fd899

@ -135,6 +135,7 @@ class PollsController < ApplicationController
:course_id => @course.id, :course_id => @course.id,
:polls_status => 1, :polls_status => 1,
:polls_type => "Course", :polls_type => "Course",
:un_anonymous => true
} }
@poll = Poll.create!(poll_options) @poll = Poll.create!(poll_options)
end end

Loading…
Cancel
Save