Skip to content

Commit

Permalink
Merge pull request #537 from hasandiwan/patch-1
Browse files Browse the repository at this point in the history
Update devise.md
  • Loading branch information
runlevel5 committed Sep 13, 2023
2 parents 5ccb6b4 + a17e9f7 commit 58a6563
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions _pages/devise.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@ permalink: devise

# Adding Authentication with Devise

*Created by Piotr Steininger, [@polishprince](https://twitter.com/polishprince). Updated by Ernesto Jimenez, [@ernesto_jimenez](https://twitter.com/ernesto_jimenez)*
*Created by Piotr Steininger, [@polishprince](https://twitter.com/polishprince). Updated by Ernesto Jimenez, [@ernesto_jimenez](https://twitter.com/ernesto_jimenez)*, and [Hasan Diwan](https://units.d8u.us/twitter?src`=railsgirlsGuide)

**This guide assumes that you have already built a Rails Girls app by** [**following the app development guide**](/app).

## *1.* Add devise gem

Open up your `Gemfile` and add this line

{% highlight ruby %}
gem "devise"
{% endhighlight %}
and run
{% highlight sh %}
bundle add devise
bundle install
{% endhighlight %}
to install the gem. **Also remember to restart the Rails server**.
Expand Down

0 comments on commit 58a6563

Please sign in to comment.