このエラーが発生します
不明なバリデータ: 'MessageValidator'
なぜ私はそれを得ているのか分かりません。
コードの何が問題になっていますか?
validates :title,
:presence => true,
:uniqueness => true,
:length => { :maximum => 100 },
:message => "Must be input and has to be less than 100 characters, and unique."