TIL: Nested layouts in Rails
Nested layouts in Rails aren’t a technique that I’ve had to use a lot in the past, but I’m finding myself using them quite a bit in my current work. Nesting layouts allows for some sharing of a common view structure. The best example of this that I have come across is in the app I am working on. This...