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:
parent
447b6c1e01
commit
14a247de73
1 changed files with 1 additions and 0 deletions
|
@ -360,6 +360,7 @@ module Sinatra
|
|||
end
|
||||
|
||||
def initialize
|
||||
super
|
||||
@default_layout = :layout
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue