Closed quamen closed 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
In rails 3.2 the following code causes the layout to be rendered twice.
Replacing it with the following fixes things.