Module: Unmagic::ComponentPartial::Helper

Defined in:
lib/unmagic/component_partial/helper.rb

Overview

The view helper. Mixed into ActionView by the railtie, so every template can call ‘component_partial`.

Instance Method Summary collapse

Instance Method Details

#component_partialObject



8
9
10
# File 'lib/unmagic/component_partial/helper.rb', line 8

def component_partial
  Partial.new(self)
end