Class: CaringForm::TextFieldInlineErrorField
- Inherits:
-
SimpleForm::Inputs::CommonTextInput
- Object
- SimpleForm::Inputs::CommonTextInput
- CaringForm::TextFieldInlineErrorField
- Defined in:
- lib/caring_form/form_builder.rb
Instance Method Summary collapse
Instance Method Details
#input ⇒ Object
3 4 5 |
# File 'lib/caring_form/form_builder.rb', line 3 def input super.html_safe + '<div class="inline-error" style="display: none"></div>'.html_safe end |