gregbell/active_admin

View on GitHub
app/views/active_admin/shared/_sidebar_section.html.arb

Summary

Maintainability
Test Coverage
# frozen_string_literal: true
if section.block
  result = instance_exec(&section.block)
  text_node result unless result.is_a?(Arbre::Element)
else
  render(section.partial_name)
end