Guest User

Untitled

a guest
May 26th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. class Index < Mustache
  2. def expressions
  3. results = Expression.where(some_conditions)
  4. results.in_groups_of(4)
  5. end
  6. end
Add Comment
Please, Sign In to add comment