marcinruszkiewicz / where_chain

WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!
MIT License
44 stars 4 forks source link

Rails 6 update #6

Closed dodo121 closed 4 years ago

dodo121 commented 4 years ago
marcinruszkiewicz commented 4 years ago

This works well, thanks!

Closes #4