SignUp - Sabrout/Kenllen GitHub Wiki
#MCV
Model
Controller
SessionController ##Helper SessionsHelper ##Views SignUp View #In-depth ##Controller ###Methods Available ####Public Methods create: Takes values from textfields and creates a user model in the database. view_signup: Generates a sign up form. ####Private Methods user_params: methods used for security purposes (allow specific fields to be accessed). ##Helper None Used ##Views ###view_signup view_signup: a form for signup with the following fields
- First Name
- Last Name
- User Name
- Password
- Password Confirmation
- Email Confirmation
- Phone view_signup: uses SessionsStyleSheet view_signup: view_signup