cancan-attr-test/app/views/posts/edit.html.erb
2013-06-28 01:22:16 -04:00

7 lines
110 B
Plaintext

<h1>Editing post</h1>
<%= render 'form' %>
<%= link_to 'Show', @post %> |
<%= link_to 'Back', posts_path %>