Skip to content

Instantly share code, notes, and snippets.

@andyhawthorne
Created November 25, 2012 21:56
Show Gist options
  • Select an option

  • Save andyhawthorne/4145573 to your computer and use it in GitHub Desktop.

Select an option

Save andyhawthorne/4145573 to your computer and use it in GitHub Desktop.
get '/' do
@categories = Category.all(:order => [ :id.asc ])
erb :home
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment