问卷默认开启实名认证

dev_aliyun2
cxt 5 years ago committed by harry
parent 8de04ecb9d
commit 0867e14708

@ -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