fix simple rack interface

This commit is contained in:
Thomas Reynolds 2011-11-19 19:17:12 -08:00
parent f10db73346
commit 59f44b54d1

View file

@ -34,7 +34,7 @@ class Middleman::Base
end
def prototype
@prototype ||= app.to_app
@prototype ||= to_rack_app
end
def call(env)