Guest User

Untitled

a guest
Jul 17th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Processing UsersController#1 (for 127.0.0.1 at 2009-11-19 14:34:13) [POST]
  2. Parameters: {"commit"=>"Opdater oplysninger", "authenticity_token"=>"ScXNhYSUP2VW2aGxpHWe0pxQnx9P7LC5LnQrkKHYELk=", "user"=>{"password_confirmation"=>"", "profile_attributes"=>{"name"=>"Turgay Citikriiie", "address"=>"", "city"=>"", "postal_code"=>"", "id"=>"1", "mobile"=>"", "phone"=>"", "email"=>"brianj@itnord.net"}, "password"=>""}}
  3.  
  4.  
  5. ## the form:
  6.  
  7. <% form_for :user, @user, :url => {:action => "update", :controller => "users"} do |f| %>
  8. <%= render :partial => "form", :locals => {:f => f} %>
  9. <% end %>
Add Comment
Please, Sign In to add comment