Tools model
class Tools < ActiveRecord::Base
validates_presence_of :title, :description, :image_url
end
When I submit the form without filling in data, I get error messages as {{attribue}}{{message}} ? How can I get the current error message?
Have you installed
I18ngem? if so,This has to solve the issue.