LoginSignup
0
0

More than 3 years have passed since last update.

deviseを介したユーザー管理機能

Posted at

gemファイルにdeviseを入力してbundle installするだけで使用できると思っていたので、記事にしておきます。

gem 'devise'

をgemfileに入力してbundle install

rails g devise:install

上記をターミナルに入力して実行しないとしようできません。

rails g devise モデル名

でdeviseを介したモデルを作成できます

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0