<%= notice %>
Name | Advertiser | Description | Weight | |||
---|---|---|---|---|---|---|
<%= campaign.name %> | <%= campaign.advertiser_id %> | <%= campaign.description %> | <%= campaign.weight %> | <%= link_to 'Show', campaign %> | <%= link_to 'Edit', edit_campaign_path(campaign) %> | <%= link_to 'Destroy', campaign, method: :delete, data: { confirm: 'Are you sure?' } %> |