deviseでログイン後のページを設定する
application_controller.rb
before_action :authenticate_user!
def after_sign_in_path_for(resource)
hoge_path # ログイン後に遷移するpathを設定
end
意外と簡単だった!
Go to list of users who liked
More than 3 years have passed since last update.
deviseでログイン後のページを設定する
before_action :authenticate_user!
def after_sign_in_path_for(resource)
hoge_path # ログイン後に遷移するpathを設定
end
意外と簡単だった!
Register as a new user and use Qiita more conveniently
Go to list of users who liked