<%= notice %>

Listing Placements

<% @placements.each do |placement| %> <% end %>
Epom Zone Placement type Name Ad unit Size height Size width
<%= placement.epom_id %> <%= placement.zone_id %> <%= placement.placement_type %> <%= placement.name %> <%= placement.ad_unit_id %> <%= placement.size_height %> <%= placement.size_width %> <%= link_to 'Show', placement %> <%= link_to 'Edit', edit_placement_path(placement) %> <%= link_to 'Destroy', placement, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Placement', new_placement_path %>