Skip to content

Instantly share code, notes, and snippets.

@whalesalad
Created August 13, 2012 19:10
Show Gist options
  • Save whalesalad/afbd35b98d0881ebc947 to your computer and use it in GitHub Desktop.
Save whalesalad/afbd35b98d0881ebc947 to your computer and use it in GitHub Desktop.
linked = 0
programs.each do |program|
if org_id.include? program.organization_id
linked += 1
end
end
linked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment