Sha256: a83b97f5c759054ae036606f74a69fbd3500fcf6cc84ad829e424c94f976e30f
Contents?: true
Size: 306 Bytes
Versions: 5
Compression:
Stored size: 306 Bytes
Contents
module FormtasticBootstrap module Inputs class EmailInput < Formtastic::Inputs::EmailInput include Base include Base::Stringish def to_html bootstrap_wrapping do builder.email_field(method, form_control_input_html_options) end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems