rwz / nestive

A Better Nested Inheritable Layouts Plugin for Rails
MIT License
236 stars 31 forks source link

Fix readme #3

Closed quamen closed 12 years ago

quamen commented 12 years ago

In rails 3.2 the following code causes the layout to be rendered twice.

layout: nil

Replacing it with the following fixes things.

layout: false