fix simple rack interface
This commit is contained in:
parent
f10db73346
commit
59f44b54d1
|
@ -34,7 +34,7 @@ class Middleman::Base
|
|||
end
|
||||
|
||||
def prototype
|
||||
@prototype ||= app.to_app
|
||||
@prototype ||= to_rack_app
|
||||
end
|
||||
|
||||
def call(env)
|
||||
|
|
Loading…
Reference in a new issue