Created
May 27, 2009 22:32
-
-
Save sprite2005/118957 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
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