Skip to content

Instantly share code, notes, and snippets.

@creich
Created January 23, 2013 12:15
Show Gist options
  • Save creich/4604940 to your computer and use it in GitHub Desktop.
Save creich/4604940 to your computer and use it in GitHub Desktop.
class OverviewController < ApplicationController
def index
@server_list = Factory::server_list
@groups_by_server = Factory::groups_by_server
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment