Class: NicePartials::Partial::Helpers

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/nice_partials/partial.rb

Class Method Summary collapse

Class Method Details

.method_added(name) ⇒ Object



114
115
116
117
# File 'lib/nice_partials/partial.rb', line 114

def self.method_added(name)
  super
  NicePartials::Partial.delegate name, to: :helpers_context
end