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
Currently field hints work on the `application/_form.html.erb`, but
when a nested form is used, they are not displayed.
This is basically copying those lines from the form partial, with the
difference that we're using `f.object_name` instead.
0 commit comments