Skip to content

Instantly share code, notes, and snippets.

@hmans
Created May 5, 2012 16:16
Show Gist options
  • Save hmans/2603706 to your computer and use it in GitHub Desktop.
Save hmans/2603706 to your computer and use it in GitHub Desktop.
app = Freddie do
path 'one' do
render "1"
path 'two' do
render "2"
path 'three' do
render "3!"
end
end
finish
end
path 'foo' do
render 'bar' and finish
end
render 'home page'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment