Module: Presentable::Collection

Defined in:
lib/presentable.rb

Instance Method Summary collapse

Instance Method Details

#presenterObject



27
28
29
# File 'lib/presentable.rb', line 27

def presenter
  CollectionPresenter.new(self)
end