Rename Middleman::Base to Middleman::Application

This commit is contained in:
Thomas Reynolds 2012-04-14 14:04:10 -07:00
parent 2130e902c2
commit d2d40079cc
11 changed files with 27 additions and 27 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::Base context. From here
# with the `app` parameter which is a Middleman::Application context. From here
# you can choose to respond to requests for certain paths or simply attach
# Rack middleware to the stack.
#