11

所以,你可以在en.yml的東西,如以下更改錯誤信息我可以刪除它在全球範圍內:Rails的國際化具體的錯誤校驗格式

en: 
    activerecord: 
    errors: 
     format: "%{message}" 

但是我可以提供%{attribute}僅用於此驗證?

謝謝!

+0

看到https://github.com/rails/rails/pull/7369,仍然打開但 –

+1

更新爲:https://github.com/rails/rails/pull/14260 – juanitofatas

回答

-3
validates :amount, :numericality => { :greater_than_or_equal_to => YOUR_VALUE, :message => YOUR_ERROR_MESSAGE } 
+0

不正確的!仍然會有「%{屬性} YOUR_ERROR_MESSAGE」 – andrewpthorp