Method: MotionPrime::AbstractCollectionSection#collection_element_options
- Defined in:
- motion-prime/sections/abstract_collection.rb
#collection_element_options ⇒ Object
160 161 162 163 164 165 166 167 |
# File 'motion-prime/sections/abstract_collection.rb', line 160 def .except(:styles, :height, :hidden).merge({ section: self.weak_ref, styles: collection_styles.values.flatten, delegate: collection_delegate, data_source: collection_delegate }) end |