Created
July 25, 2014 00:12
-
-
Save smathy/49f8583532333309cb75 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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