Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created October 3, 2012 14:05
Show Gist options
  • Save coderforhire/3827086 to your computer and use it in GitHub Desktop.
Save coderforhire/3827086 to your computer and use it in GitHub Desktop.
def index
@servers = current_user.servers
@servers.each do |server|
@databases = Spice.get("/nodes/#{server.domain_name}")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment