<% title "Notes" %> <% for note in @notes %> <% end %>
User Author Message
<%= note.user_id %> <%= note.author_id %> <%= note.message %> <%= link_to "Show", note %> <%= link_to "Edit", edit_note_path(note) %> <%= link_to "Destroy", note, :confirm => 'Are you sure?', :method => :delete %>

<%= link_to "New Note", new_note_path %>