2020-09-30から1日間の記事一覧

20200930_アウトプット(devise関連)

学んだこと deviseを用いたユーザーの管理機能について学んだ。 サインアップ/ログイン機能 【1】ログインしていない場合に、ログイン画面に遷移するように実装する。 class ApplicationController < ActionController::Base before_action :authenticate_u…