LoginSignup
4
1

More than 5 years have passed since last update.

Railsのselect_tagを使う

Last updated at Posted at 2018-10-11

select_tag

自分で忘れないよう備忘録として残します。

<%= select_tag('select_name',options_for_select((2000..2030),class:'option',selected: '2018'))%> 

できるもの

スクリーンショット 2018-10-11 13.42.34.png

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