Sha256: 71a691dc585ba0881e2f56678652a9eefa145af37cb7830848336fb4b01a34cb
Contents?: true
Size: 297 Bytes
Versions: 15
Compression:
Stored size: 297 Bytes
Contents
module FormtasticBootstrap module Inputs class PhoneInput < Formtastic::Inputs::PhoneInput include Base include Base::Stringish def to_html generic_input_wrapping do builder.phone_field(method, input_html_options) end end end end end
Version data entries
15 entries across 15 versions & 2 rubygems