Skip to content

Instantly share code, notes, and snippets.

@mikeebert
Created January 30, 2013 04:08
Show Gist options
  • Save mikeebert/4670533 to your computer and use it in GitHub Desktop.
Save mikeebert/4670533 to your computer and use it in GitHub Desktop.
get "/user/:id" do
@user = Repository.for(:user).find_by_id(params[:id])
erb '/users/show'.to_sum
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment