我收到这个错误
未知验证器:'MessageValidator'
我不知道为什么我会得到那个。
我的代码有什么问题?
validates :title,
:presence => true,
:uniqueness => true,
:length => { :maximum => 100 },
:message => "Must be input and has to be less than 100 characters, and unique."