Skip to content

Instantly share code, notes, and snippets.

@smathy
Created July 25, 2014 00:12
Show Gist options
  • Save smathy/49f8583532333309cb75 to your computer and use it in GitHub Desktop.
Save smathy/49f8583532333309cb75 to your computer and use it in GitHub Desktop.
class User
# other stuff
def own_and_reviewed_jobs
( jobs + Job.where( reviewer: self ) ).uniq
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment