You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect the value for bar_baz to be humanize: 'Bar baz' instead of 'Bar_baz'.
"bar_baz".humanize# => "Bar baz"
The text was updated successfully, but these errors were encountered:
masterT
changed the title
Rails generator should humanized enum key for default I18n value
Rails generator should humanize enum key for default I18n value
Nov 5, 2021
I would expect the value for
bar_baz
to be humanize:'Bar baz'
instead of'Bar_baz'
.The text was updated successfully, but these errors were encountered: