class FormtasticRebootstrap::Inputs::EmailInput

Public Instance Methods

to_html() click to toggle source
# File lib/formtastic_rebootstrap/inputs/email_input.rb, line 7
def to_html
  bootstrap_wrapping do
    builder.email_field(method, form_control_input_html_options)
  end
end