Posts

<% @posts.each do |p| %> <% end %>
Title Descption Created_by Actions
<%= p.title %> <%= p.description %> <%= p.created_by %> <%= link_to 'Show', post_path(p) %> <%= link_to 'Edit', edit_post_path(p) %> <%= link_to 'Delete', post_path(p), method: :delete %>
<%= link_to 'Add User', new_post_path %>