Skip to content

Instantly share code, notes, and snippets.

@acook
Last active August 29, 2015 13:56
Show Gist options
  • Save acook/9240084 to your computer and use it in GitHub Desktop.
Save acook/9240084 to your computer and use it in GitHub Desktop.
relation = Model .where nil
table = relation.arel_table
first = table[:id] .eq 3
third = relation.where id: 1
where_third = third.arel.ast.cores.last.wheres
relation.where first . or where_third
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment