Skip to content

Instantly share code, notes, and snippets.

@joeljackson
Created March 18, 2016 02:02
Show Gist options
  • Save joeljackson/aa95e21c552dec4590cc to your computer and use it in GitHub Desktop.
Save joeljackson/aa95e21c552dec4590cc to your computer and use it in GitHub Desktop.
Solution
alias Rebirth.Subscription
alias Ecto.Query
Subscription |> Query.where([s], not is_nil(s.user_id))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment