Guest User

Untitled

a guest
May 25th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <% semantic_form_for @user do |f| %>
  2. <% f.inputs do %>
  3. <%= f.input :email %>
  4. <%= f.input :password %>
  5. <%= f.input :password_confirmation %>
  6. <% end %>
  7.  
  8. <% f.buttons do %>
  9. <%= f.commit_button 'Sign Up' %>
  10. <% end %>
  11. <% end %>
  12.  
  13. #== Schema Information
  14. #
  15. #Table name: buttons
  16. #id :integer(4) not null, primary key
  17. #text :string(255)
  18. #font_size :integer(4)
  19. #user_id :integer(4)
  20. #created_at :datetime
  21. #updated_at :datetime
  22. #button_stats :integer(4) default(0), not null
Add Comment
Please, Sign In to add comment