layout_helper.rb

Path: lib/generators/nifty/layout/templates/layout_helper.rb
Last Update: Sat Feb 23 07:12:03 +0000 2019

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

[Validate]