带有空字符串的text_field_tag?

时间:2013-07-29 21:28:10

标签: ruby-on-rails-3

在我的edit.html.erb中,我有一个代码:

<%= text_field_tag 'dams_provenance_collection[noteType][]', @dams_provenance_collection.noteType[0], class: "input-block-level" %>

如果我输入除空字符串以外的任何字符串,它会将值保存到@dams_provenance_collection.noteType [0]。但是,如果我输入一个空字符串,它将不会将空字符串保存到@dams_provenance_collection.noteType [0]。相反,先前保存的值存储在@ dams_provenance_collection.noteType [0]中。我遇到了什么问题?如果这不是一个足够的解释,我很抱歉。我是stackoverflow的新手。如果我需要提供任何其他信息,请告诉我。

0 个答案:

没有答案