Guest User

Untitled

a guest
Feb 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <h1>Todos controller, edit action</h1>
  2.  
  3. <p>Edit this file in <tt>app/views/todos/edit.html.erb</tt></p>
  4.  
  5. <%= error_messages_for :todo %>
  6.  
  7. <% form_for(@todo, :action => url(:todo, @todo)) do %>
  8. <p>
  9. <%= submit_button "Update" %>
  10. </p>
  11. <% end %>
  12.  
  13. <%= link_to 'Show', url(:todo, @todo) %> |
  14. <%= link_to 'Back', url(:todos) %>
Add Comment
Please, Sign In to add comment