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

6 lines
75 B
Plaintext
Raw Normal View History

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