Skip to content

Instantly share code, notes, and snippets.

@cj
Created February 21, 2014 19:56
Show Gist options
  • Save cj/9142159 to your computer and use it in GitHub Desktop.
Save cj/9142159 to your computer and use it in GitHub Desktop.
Cuba.define do
on get, 'assets' do
run Assets::Routes
end
on root do
res.write view("home/index")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment