Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. query = Model.find_something
  2. query = query.where(condition1: true) if condition1 == true
  3. query = query.where(condition2: true) if condition2 == true
  4. query = query.where(condition3: true) if condition3 == true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement