1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Fix a typo

This commit is contained in:
Zlatko Zahariev 2019-06-07 18:13:14 +03:00 committed by GitHub
parent 839250e262
commit 319b496882
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,7 +120,7 @@ by this same current user, you're also ensuring that you can later retrieve all
connections by a given user (and potentially disconnect them all if the user is deleted
or unauthorized).
If you use Device for authenticaion, you can get `current_user` from warden:
If you use Devise for authenticaion, you can get `current_user` from warden:
```ruby
verified_user = env['warden'].user