Guest User

Untitled

a guest
Jul 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <h1>Register</h1>
  2.  
  3. <% remote_form_for @user, :url => account_path, :position => "facebox" do |f| %>
  4. <%= f.error_messages %>
  5. <%= render :partial => "form", :object => f %>
  6. <%= f.submit "Register" %>
  7. <% end %>
Add Comment
Please, Sign In to add comment