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
In the above snippet, I'm wondering if link.object should actually be link.object_array. Because link.object is just returning the last item of the array. So is it taking into account namespaced objects?
In the above snippet, I'm wondering if
link.object
should actually belink.object_array
. Becauselink.object
is just returning the last item of the array. So is it taking into account namespaced objects?https://github.com/biola/action_links/blob/master/lib/action_links/helpers.rb#L79
The text was updated successfully, but these errors were encountered: