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.1 support #19

Closed jonian closed 3 years ago

jonian commented 3 years ago

Fix for issue #18

marcinruszkiewicz commented 3 years ago

Sorry it took so long - I had a holiday break - but this is great, thank you very much :)

jonian commented 3 years ago

Thanks for merging!