/ Published in: Rails
Simple Form, since startformtag is deprecated
Expand |
Embed | Plain Text
<% form_tag(:controller => "login", :action => "update", :id => @user) do %> <%= text_field 'user', 'yummid' %> <%= submit_tag 'Save' %> <% end %>
You need to login to post a comment.
