app/views/fields/belongs_to/_index.html.erb in administrate-0.1.2 vs app/views/fields/belongs_to/_index.html.erb in administrate-0.1.3
- old
+ new
@@ -16,8 +16,8 @@
%>
<% if field.data %>
<%= link_to(
field.display_associated_resource,
- [Administrate::NAMESPACE, field.data],
+ [namespace, field.data],
) %>
<% end %>