noesya/osuny

View on GitHub
app/views/admin/communication/websites/menus/static.html.erb

Summary

Maintainability
Test Coverage
<%
title = @about.title
items = @about.items
              .root
              .ordered
              .map(&:to_static_hash)
              .compact
hash = {
  'title' => title,
  'items' => items
}
%>
<%= raw hash.to_yaml %>