mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
fix simple rack interface
This commit is contained in:
parent
f10db73346
commit
59f44b54d1
1 changed files with 1 additions and 1 deletions
|
@ -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