Published
- 1 min read
rails activerecord where not
The solution for this is noted below
rails activerecord where not
Solution
User.where('name != ?', 'Gabe')
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
User.where('name != ?', 'Gabe')
Try other methods by searching on the site. That is if this doesn’t work