Your Ad Here

Posted By

indianocean on 04/20/07


Tagged

form view


Versions (?)

Who likes this?

1 person have marked this snippet as a favorite

webstic


Simple Form


 / Published in: Rails
 

Simple Form, since startformtag is deprecated

  1. <% form_tag(:controller => "login", :action => "update", :id => @user) do %>
  2. <%= text_field 'user', 'yummid' %>
  3. <%= submit_tag 'Save' %>
  4. <% end %>

Report this snippet  

You need to login to post a comment.