1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

call super in Template#initialize, too

This commit is contained in:
Konstantin Haase 2011-06-04 09:32:24 +02:00
parent 447b6c1e01
commit 14a247de73

View file

@ -360,6 +360,7 @@ module Sinatra
end
def initialize
super
@default_layout = :layout
end