新手问题 model 中校验的错误信息如何在 view 中显示出来

lijie_1010 · January 14, 2015 · Last by lijie_1010 replied at January 23, 2015 · 1229 hits

model validates_length_of :content, :maximum => 400, :message => "店铺描述小于 200 字"

view form_for @seo, :url => "#{url}",:method => "post" do |f| error_messages_for :name

You need to Sign in before reply, if you don't have an account, please Sign up first.