0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

deviseの導入の仕方

Posted at

##手順

  1. Gemfileに最下部にgem 'devise'と記述する
  2. bundle installする
  3. rails g devise:installする
  4. モデルを作成するためにrails g devise userを実行する
  5. ビューファイルを設置するためにrails g devise:viewsを実行する

2~5はターミナルで操作します。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?