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
be able to customize Tag resource form
activeadmin#8439 improved form
attributes rendering but introduced an issue if host app has an admin
for Tag resource.
The problem is that `tag` (`tag.attributes`) refences the resource and
not the `TagHelper`.
Let's prefix the call with `helpers`.
0 commit comments