Class: Viewable::SelectListPresenter

Inherits:
ViewableListPresenter show all
Defined in:
app/presenters/viewable/select_list_presenter.rb

Instance Attribute Summary

Attributes inherited from BaseListPresenter

#context, #list

Instance Method Summary collapse

Methods inherited from ViewableListPresenter

#add_link, #edit_links, #initialize, #sortable, #sortable_html, #ul_sortable_tag

Methods inherited from BaseListPresenter

#initialize

Constructor Details

This class inherits a constructor from ViewableListPresenter

Instance Method Details

#optionsObject



3
4
5
# File 'app/presenters/viewable/select_list_presenter.rb', line 3

def options
  map(&:option)
end