Class: SelectCell
- Inherits:
-
FormCellBase
- Object
- Cell::ViewModel
- UiComponents::Cell
- FormCellBase
- SelectCell
- Defined in:
- app/cells/select/select_cell.rb
Instance Method Summary collapse
Methods included from UiComponents::CellAttributes
Methods included from UiComponents::ViewHelper
Instance Method Details
#show ⇒ Object
24 25 26 27 28 29 30 31 |
# File 'app/cells/select/select_cell.rb', line 24 def show [:form].select( [:name], , , ) end |