noesya/osuny

View on GitHub
app/views/admin/communication/websites/connections/_indirect_object.html.erb

Summary

Maintainability
Test Coverage
<%
begin
  object_name = object.to_s
  object_name = object.id if object.is_a?(ActiveStorage::Blob)
  object_link = url_for [:admin, object]
rescue
end
%>
<%= link_to_if object_link, object_name, object_link %>