Guest User

Untitled

a guest
Aug 16th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. - semantic_form_for @account do |form|
  2. - form.inputs :name => "Account Information" do
  3. = form.input :name, :label => "Company"
  4. = form.inputs :name => "Login Information", :for => :users do |user|
  5. = user.input :email
  6. = user.input :password
  7. = user.input :password_confirmation
  8. - form.buttons do
  9. = form.commit_button 'Sign up'
Add Comment
Please, Sign In to add comment