LoginSignup
1
0

More than 3 years have passed since last update.

【Rails】view側にvalidationをかける

Last updated at Posted at 2019-06-10

modelじゃなくてviewにvalidationをかけたい

下のコードをコピればvalidationが実装できる

html.erb
<%= label_tag :name, 'なまえ (必須)' %>
<input type="text" name="name" id="name" required placeholder='Your name'>

参考
https://qiita.com/oh_rusty_nail/items/e08f6b323d526fab3d55

1
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
1
0