Skip to content

Commit

Permalink
Specify gem 'devise-i18n' needs to go after gem 'devise'
Browse files Browse the repository at this point in the history
Fixes #348
  • Loading branch information
JasonBarnabe committed Oct 7, 2023
1 parent 730032f commit 9d8aeea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Devise supports i18n in controllers, models, and in other areas, but it does not

## Installation

Add to your Gemfile:
Add `devise-i18n` your Gemfile *after* `devise`:
```ruby
gem 'devise'
gem 'devise-i18n'
```

Expand Down

0 comments on commit 9d8aeea

Please sign in to comment.