Skip to content

Commit

Permalink
Merge pull request railsware#30 from karlingen/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ayanko authored May 9, 2018
2 parents ed1b781 + 2cff67e commit 01675f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ module FeatureHelpers
page.set_rack_session('warden.user.user.key' => User.serialize_into_session(user).unshift('User'))

# Devise v4.x.x
page.set_rack_session('warden.user.user.key' => User.serialize_into_session(user)
page.set_rack_session('warden.user.user.key' => User.serialize_into_session(user))
end
end
```
Expand Down

0 comments on commit 01675f3

Please sign in to comment.