Class: FakeTextInput
- Inherits:
-
SimpleForm::Inputs::StringInput
- Object
- SimpleForm::Inputs::StringInput
- FakeTextInput
- Defined in:
- app/inputs/fake_text_input.rb
Instance Method Summary collapse
Instance Method Details
#input(wrapper_options = nil) ⇒ Object
2 3 4 5 |
# File 'app/inputs/fake_text_input.rb', line 2 def input( = nil) = (, ) template.text_field_tag(attribute_name, nil, ) end |