0
0

More than 3 years have passed since last update.

emun のform select対応 実際に使えたもの

Posted at

上記ものもを日本語対応させたい場合、下のように書く


<%= form.select :status, Post.statuses.keys,class:"form-control" %>

<%= form.select :status, Post.statuses.keys.map {|k| [I18n.t("enums.post.status.#{k}"), k]} ,class:"form-control" %>
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