Listing notifications

<% @notifications.each do |notification| %> <% end %>
Title Content Url
<%= notification.title %> <%= notification.content %> <%= notification.url %> <%= link_to 'Show', notification %> <%= link_to 'Edit', edit_notification_path(notification) %> <%= link_to 'Destroy', notification, :confirm => 'Are you sure?', :method => :delete %>

<%= link_to 'New Notification', new_notification_path %>