在model中使用类似validates_presence_of验证后,系统默认显示如下:
1 errors prohibited this order from being saved
There were problems with the following fields:
Name can't be blank
如何将错误信息及字段名显示为中文?并且将必填字段(或错误字段)以红框等醒目样式提醒?
在model中使用类似validates_presence_of验证后,系统默认显示如下:
1 errors prohibited this order from being saved
There were problems with the following fields:
Name can't be blank
如何将错误信息及字段名显示为中文?并且将必填字段(或错误字段)以红框等醒目样式提醒?
I18N 里面设置 config/locales/zh_cn.yml
看这个例子:http://pastie.huacnlee.com/code/5