Skip to content

Instantly share code, notes, and snippets.

@mlins
Last active August 29, 2015 14:02
Show Gist options
  • Save mlins/6d544c334487d835f140 to your computer and use it in GitHub Desktop.
Save mlins/6d544c334487d835f140 to your computer and use it in GitHub Desktop.
@messages = @messages
.joins(recommender: { care_team_member: :member })
.where(member: { id: params[:recommender] })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment