论坛直接建立新帖传送文件不能成功

This commit is contained in:
yanxd 2013-12-26 16:34:50 +08:00
parent 809e7023ee
commit 7197e3d90c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div id="add-memo" style="display:none;">
<h3><%=l(:label_memo_new)%></h3>
<% if User.current.logged? %>
<%= labelled_form_for(@memo, :url => forum_memos_path(@forum)) do |f| %>
<%= labelled_form_for(@memo, :url => forum_memos_path(@forum), :html => {:multipart => true} ) do |f| %>
<% if @memo.errors.any? %>
<div id="error_explanation">
<h2><%= pluralize(@memo.errors.count, "error") %> prohibited this memo from being saved:</h2>