Skip to content

Instantly share code, notes, and snippets.

@mtalcott
Created August 15, 2012 18:27
Show Gist options
  • Save mtalcott/3362160 to your computer and use it in GitHub Desktop.
Save mtalcott/3362160 to your computer and use it in GitHub Desktop.
employee_plans = employee_plans.joins(:review_set).includes(
:review_set => [:position, {:employee => :contact, :manager => :contact}]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment