Listing customers

Summary
<%= render_hash_to_overview(:customers, @customers) %>
Payload
<%= render_hash_to_table(@customers) %>
<%= link_to 'New Customer', new_customer_path %>