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

6 lines
75 B
Plaintext

<h1>New post</h1>
<%= render 'form' %>
<%= link_to 'Back', posts_path %>