Method: MotionPrime::FormSection#collection_delegate

Defined in:
motion-prime/sections/form.rb

#collection_delegateObject



135
136
137
# File 'motion-prime/sections/form.rb', line 135

def collection_delegate
  @collection_delegate ||= FormDelegate.new(section: self)
end