yeyicheng

Untitled

May 6th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <h1>Edit Post</h1>
  2. <%= form_for @post do |f| %>
  3. <p>
  4.     <%= f.label :title %><br />
  5.     <%= f.text_field :title %>
  6. </p>
  7. <p>
  8.     <%= f.label :content %><br />
  9.     <%= f.text_area :content %>
  10. </p>
  11. <p>
  12.     <%= f.submit "Update" %>
  13. </p>
  14. <% end %>
Advertisement
Add Comment
Please, Sign In to add comment