Open wafuwafu13 opened 4 years ago
認証用コントローラーを作る?
rails g controller authenticate
認証用コントローラーを作る?
意味なかった userのupdateに行く
認証用コントローラーを作る?
意味なかった userのupdateに行く
%= form_tag(authenticates_path, method: :post) do %> でauthのcreateに行く
blog
edit
render template: "authenticates/new"
抜け出せなくなる
blog
edit
render template: "authenticates/new"
抜け出せなくなる
redirect_to でやる redirect_to controller: 'authenticates', action: 'new'
Ajax使うしかない
デフォルトで、form_for(@user)でsubmitしたらuser#updateに飛ぶ