Hi there !
I just submitted a ticket with a failing test and a patch on lighthouse: #3207 [PATCH] layouts with absolute path not found if path does not contain "layouts" - Ruby on Rails - rails
The problem happens if you have an absolute path *that does not contain the word "layouts"*: it is prepended with "layouts/" before moving on to find_template and therefore is never found.
Gaspard