jhawthorn / actionview_precompiler

Precompiles ActionView templates at app boot for Rails 6+
MIT License
144 stars 11 forks source link

Do not try to precompile layout when symbol #19

Closed dinahshi closed 3 years ago

dinahshi commented 3 years ago

When layout is called with a symbol, Rails calls the method specified by the symbol to get the template name. Do not attempt to precompile.