0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ja.ymlのerror表記について

Posted at

お問合せフォームにエラーメッセージを表示させるときに出たエラーについて

 translation missing: ja.activerecord.errors.models.contact.attributes.email.blank

emailのblankがないですよーっていうエラーメッセージ。

もともとja.ymlに書いてたコードと、成功したコード↓

ja:
  activerecord:
    attributes:
      contact:
        name: お名前
        telephone: 電話番号
        content_inquiry: お問い合わせ内容
        email: メールアドレス

    #ここから下を追加した
    errors:
      models:
        contact:
          attributes:
            name:
              blank: を入力してください

erroesの前にja:activerecord:を書いてしまうと、「name:お名前」たちが反応されなくなってしまったり
errorsの位置(左からタブ何個分)なども違うだけでエラーになることが分かった。

タブの位置?も重要なことが分かった!!!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?