Method: MotionPrime::CollectionDelegate#initialize

Defined in:
motion-prime/sections/collection/collection_delegate.rb

#initialize(options) ⇒ CollectionDelegate



6
7
8
9
10
# File 'motion-prime/sections/collection/collection_delegate.rb', line 6

def initialize(options)
  self.collection_section = options[:section].try(:weak_ref)
   = collection_section.to_s
  @section_instance = collection_section.to_s
end