mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #35582 from vipulnsward/kill-warning-from-guides
Fix warnings from Guides generation
This commit is contained in:
commit
a04a757e5d
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ module RailsGuides
|
|||
puts "Generating #{guide} as #{output_file}"
|
||||
layout = @kindle ? "kindle/layout" : "layout"
|
||||
|
||||
view = ActionView::Base.with_view_paths(
|
||||
view = ActionView::Base.with_empty_template_cache.with_view_paths(
|
||||
[@source_dir],
|
||||
edge: @edge,
|
||||
version: @version,
|
||||
|
|
Loading…
Reference in a new issue