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

Comment code #2

Closed marcinruszkiewicz closed 6 years ago

marcinruszkiewicz commented 6 years ago

Comment all the methods so rdoc docs are generated properly