Parent

Methods

Files

SimpleForm::Inputs::HiddenInput

Handles hidden input.

Public Instance Methods

input() click to toggle source
Alias for: render
render() click to toggle source
# File lib/simple_form/inputs/hidden_input.rb, line 5
def render
  @builder.hidden_field(attribute_name, input_html_options)
end
Also aliased as: input

[Validate]

Generated with the Darkfish Rdoc Generator 2.