可以导入问卷

This commit is contained in:
lizanle 2015-07-29 10:07:33 +08:00
parent a0a5f34108
commit 4c7f16aec5
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
/**
* Created by lizanle on 2015/7/29.
*/
$("#poll_content").html('<%= escape_javascript(render :partial => 'poll_content', :locals => {:poll => @poll})%>');