Skip to content

Instantly share code, notes, and snippets.

@iNecas
Created October 27, 2011 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iNecas/1319405 to your computer and use it in GitHub Desktop.
Save iNecas/1319405 to your computer and use it in GitHub Desktop.
def get_distribution env, id
self.repos(env).map do |repo|
repo.distributions.find_all {|d| d.id == id }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment