Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uses first_or_create in Follower#follow
Uses first_or_create! instead of deprecated find_or_create. Old way causes #follow to fail in certain Rails versions first_or_create is available since Rails 3.2, find_or_create is deprecated in Rails 4.0
- Loading branch information