7 lines
154 B
Text
7 lines
154 B
Text
= simple_form_for @user do |f|
|
|
.form-inputs
|
|
= f.input :username
|
|
= f.input :password
|
|
= f.input :email
|
|
.form-actions
|
|
= f.button :submit
|