我正在使用简单的表单并想为用户模型添加一个 validates_presence_of :introduction 验证。
= f.input :intro, :as => :rich_text_editor, :input_html => {:rows => 6}
问题是,默认情况下,html 标记 br 传入参数,同时保存用户的介绍和验证存在不起作用。
我正在使用简单的表单并想为用户模型添加一个 validates_presence_of :introduction 验证。
= f.input :intro, :as => :rich_text_editor, :input_html => {:rows => 6}
问题是,默认情况下,html 标记 br 传入参数,同时保存用户的介绍和验证存在不起作用。