Skip to content

Instantly share code, notes, and snippets.

@swmcc
Created April 27, 2018 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swmcc/7ab48e198fd1cb0ebac0e35f211f7374 to your computer and use it in GitHub Desktop.
Save swmcc/7ab48e198fd1cb0ebac0e35f211f7374 to your computer and use it in GitHub Desktop.
<h1><%= @post.title %></h1>
<p><%= @post.content %></p>
<%= link_to "Edit", edit_post_path(@post) %>
<%= link_to "Delete", @post, method: :delete, data: { confirm: "Are you sure?" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment