cancan-attr-test/app/views/posts/edit.html.erb

7 lines
110 B
Plaintext
Raw Permalink Normal View History

2013-06-28 05:22:16 +00:00
<h1>Editing post</h1>
<%= render 'form' %>
<%= link_to 'Show', @post %> |
<%= link_to 'Back', posts_path %>