Class: CellInput
- Inherits:
-
SimpleForm::Inputs::Base
- Object
- SimpleForm::Inputs::Base
- CellInput
- Defined in:
- app/inputs/cell_input.rb
Instance Method Summary collapse
Instance Method Details
#input ⇒ Object
2 3 4 |
# File 'app/inputs/cell_input.rb', line 2 def input "#{@builder.text_field(attribute_name, )}".html_safe end |