Skip to content

Instantly share code, notes, and snippets.

@sprite2005
Created May 27, 2009 22:32
Show Gist options
  • Save sprite2005/118957 to your computer and use it in GitHub Desktop.
Save sprite2005/118957 to your computer and use it in GitHub Desktop.
def find_call_session
CallSession.find(:first, :conditions => ["client_id = ? OR vendor_id = ?", id, id])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment