Module: Fortitude::Widget::Helpers

Extended by:
ActiveSupport::Concern
Included in:
Fortitude::Widget
Defined in:
lib/fortitude/widget/helpers.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#invoke_helper(name, *args, &block) ⇒ Object

PUBLIC API



12
13
14
# File 'lib/fortitude/widget/helpers.rb', line 12

def invoke_helper(name, *args, &block)
  @_fortitude_rendering_context.helpers_object.send(name, *args, &block)
end