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
Related rails#39677, rails#39700, rails#40804 (comment).
The intent of rails#39700 is to mangle non-callable enum names to avoid
`public_send`, but `\W` (non-word) character class includes Unicode
characters which are valid for callable method name in Ruby.
It should be limited to mangle enum names only for non-word *ASCII*
characters.
0 commit comments