Class: FormtasticBootstrap::Inputs::HiddenInput
- Inherits:
-
Formtastic::Inputs::HiddenInput
- Object
- Formtastic::Inputs::HiddenInput
- FormtasticBootstrap::Inputs::HiddenInput
- Includes:
- Base
- Defined in:
- lib/formtastic-bootstrap/inputs/hidden_input.rb
Instance Method Summary collapse
Methods included from Base::Wrapping
#control_group_div_wrapping, #generic_input_wrapping, #inline_inputs_div_wrapping, #input_div_wrapping, #prepended_input_wrapping, #wrapper_html_options
Methods included from Base::Labelling
#control_label_html_options, #label_html, #label_html_options
Methods included from Base::Html
Methods included from Base::Hints
Methods included from Base::Errors
#error_first_html, #error_html, #error_list_html, #error_none_html, #error_sentence_html
Instance Method Details
#to_html ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/formtastic-bootstrap/inputs/hidden_input.rb', line 5 def to_html control_group_div_wrapping do input_div_wrapping do builder.hidden_field(method, ) end end end |