Method: MotionPrime::FormSection.async_collection_data

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

.async_collection_data(options = {}) ⇒ Object



211
212
213
214
# File 'motion-prime/sections/form.rb', line 211

def async_collection_data(options = {})
  super
  self.send :include, Prime::AsyncFormMixin
end