Skip to content

Instantly share code, notes, and snippets.

@slowjud
Created May 17, 2010 15:34
Show Gist options
  • Save slowjud/403887 to your computer and use it in GitHub Desktop.
Save slowjud/403887 to your computer and use it in GitHub Desktop.
def alert_log
AlertLog.find(:all, :joins => [:want, :alert],
:conditions => ['wants.user_id = ? OR alerts.user_id = ?', id, id])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment