Module: NfgUi::ApplicationHelper

Includes:
FontAwesome::Rails::IconHelper
Defined in:
app/helpers/nfg_ui/application_helper.rb

Overview

Core rendering helper methods

Instance Method Summary collapse

Instance Method Details

#uiObject



11
12
13
# File 'app/helpers/nfg_ui/application_helper.rb', line 11

def ui
  @ui ||= NfgUi::UI::Base.new(get_view_context)
end