Skip to content

Instantly share code, notes, and snippets.

@mcurtis
Created January 31, 2010 00:57
Show Gist options
  • Save mcurtis/290813 to your computer and use it in GitHub Desktop.
Save mcurtis/290813 to your computer and use it in GitHub Desktop.
@meetings = Meeting.find(:all, :order => 'start ASC', :conditions => ['user_id = "?" AND end > ?',current_user.id,Time.now])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment