Method: MotionPrime::AbstractCollectionSection#height_for_index
- Defined in:
- motion-prime/sections/abstract_collection.rb
#height_for_index(index) ⇒ Object
215 216 217 218 219 |
# File 'motion-prime/sections/abstract_collection.rb', line 215 def height_for_index(index) section = cell_section_by_index(index) section.create_elements section.container_height end |