fix template read cache
This commit is contained in:
parent
9eccf59aec
commit
47eb29bcfe
6 changed files with 24 additions and 6 deletions
1
fixtures/custom-layout-app/config.rb
Normal file
1
fixtures/custom-layout-app/config.rb
Normal file
|
@ -0,0 +1 @@
|
|||
set :erb, :layout_engine => :haml
|
1
fixtures/custom-layout-app/source/index.html.erb
Executable file
1
fixtures/custom-layout-app/source/index.html.erb
Executable file
|
@ -0,0 +1 @@
|
|||
<h1>Welcome</h1>
|
6
fixtures/custom-layout-app/source/layout.haml
Normal file
6
fixtures/custom-layout-app/source/layout.haml
Normal file
|
@ -0,0 +1,6 @@
|
|||
%html
|
||||
%head
|
||||
%title My Sample Site
|
||||
/ Comment in layout
|
||||
%body
|
||||
= yield
|
Loading…
Add table
Add a link
Reference in a new issue