sinatra 1.3.0

This commit is contained in:
Thomas Reynolds 2011-10-03 17:09:27 -07:00
parent c814677f44
commit 54953d14bf
6 changed files with 18 additions and 30 deletions

View file

@ -20,7 +20,7 @@
# activate MyExtension
#
# This will call the `registered` method in your extension and provide you
# with the `app` parameter which is a Middleman::Server context. From here
# with the `app` parameter which is a Middleman::Base context. From here
# you can choose to respond to requests for certain paths or simply attach
# Rack middleware to the stack.
#