Sha256: 97c1901bf45b3127a48528e8f7aa4e85bb1e4aece034b7f87d88f9861e0c3b8e
Contents?: true
Size: 302 Bytes
Versions: 23
Compression:
Stored size: 302 Bytes
Contents
module FlexaFormtasticBootstrap 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
23 entries across 23 versions & 1 rubygems