Skip to content

Instantly share code, notes, and snippets.

@dreamr
Created May 3, 2011 16:40
Show Gist options
  • Select an option

  • Save dreamr/953683 to your computer and use it in GitHub Desktop.

Select an option

Save dreamr/953683 to your computer and use it in GitHub Desktop.
# mine
@user_questions = UserQuestion.by_clinic_id(@clinic.id).by_user_id(current_user.id).
ordered
# yours
@user_questions = UserQuestion.where("question_id IN (?)", question_ids)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment