Skip to content

Instantly share code, notes, and snippets.

@cthulhu666
Created February 17, 2013 19:17
Show Gist options
  • Save cthulhu666/4972937 to your computer and use it in GitHub Desktop.
Save cthulhu666/4972937 to your computer and use it in GitHub Desktop.
[['ED Visits per 1,000', 100],['Average Length of Stay', 5],['Admits per 1,000', 100]].each do |pair|
KeyPerformanceIndicator.where(name: 'ED Visits per 1,000').first_or_create(
target: pair.first,
organization_id: pair.last
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment