Sha256: 3ad489152b3ea42eec4d2878ad810750a1793e3f07e4aa68091d07d3427bddc0
Contents?: true
Size: 302 Bytes
Versions: 23
Compression:
Stored size: 302 Bytes
Contents
module FlexaFormtasticBootstrap module Inputs class EmailInput < Formtastic::Inputs::EmailInput include Base include Base::Stringish def to_html generic_input_wrapping do builder.email_field(method, input_html_options) end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems