Module LayoutHelper
In: lib/generators/nifty/layout/templates/layout_helper.rb

These helper methods can be called in your template to set variables to be used in the layout This module should be included in all views globally, to do so you may need to add this line to your ApplicationController

  helper :layout

Methods

Public Instance methods

[Validate]