Signup form

這節要來製作表單,架構如下:

因為要從網頁建立使用者,所以清掉之前用 console 建立的使用者資料,要 reset 資料庫可以使用 Rake test 的 db:migrate:reset 指令:

$ bundle exec rake db:migrate:reset