2011-10-09 63 views
-1

工具模型錯誤消息故障

class Tools < ActiveRecord::Base 
    validates_presence_of :title, :description, :image_url  
end 

當我提交表單,而不在填寫資料時,我得到錯誤信息爲{{attribue}}{{message}}?我怎樣才能得到當前的錯誤信息?

回答

0

你安裝了I18n寶石嗎?如果是這樣,

gem uninstall I18n 

這樣就解決了這個問題。