Created
March 9, 2020 04:54
-
-
Save cesswairimu/f5147aaeaf2382683c94bc35ad7cdc1e to your computer and use it in GitHub Desktop.
Add a notification bar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The friendship request to current_user happens after creation and nagivating to `/users` changingthe `@not_friends` method | |
to | |
`@not_friends = User.where.not(id: current_user.friendships.map(&:friend_id)).reject{|user| user == current_user})` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment