コンテンツ タイプに対して次の検証があります。
validates_attachment_content_type :photo, :content_type => /^image\/(jpg|jpeg|pjpeg|png|x-png|gif)$/, :message => 'file type is not allowed (only jpeg/png/gif images)'
上記のメッセージのみを表示したいのですが、代わりに
Photos photo content type file type is not allowed (only jpeg/png/gif images)
写真のモデルと添付ファイルの写真であるためです。
ありがとう