Sha256: 190941c001c05a0926421a87543fa69fe95fec6af8f537104a8e08ff540b1c2e
Contents?: true
Size: 293 Bytes
Versions: 4
Compression:
Stored size: 293 Bytes
Contents
module FormtasticBootstrap module Inputs class PhoneInput < Formtastic::Inputs::PhoneInput include Base include Base::Stringish def to_html bootstrap_wrapping do builder.phone_field(method, input_html_options) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems