Sha256: 6b14e2094f4fe025c2a06b4cd82fe6ac85925c468aa99e6180aa54726fdafe9d

Contents?: true

Size: 308 Bytes

Versions: 2

Compression:

Stored size: 308 Bytes

Contents

module FormtasticRebootstrap
  module Inputs
    class PhoneInput < Formtastic::Inputs::PhoneInput
      include Base
      include Base::Stringish

      def to_html
        bootstrap_wrapping do
          builder.phone_field(method, form_control_input_html_options)
        end
      end

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
formtastic_rebootstrap-0.0.2 lib/formtastic_rebootstrap/inputs/phone_input.rb
formtastic_rebootstrap-0.0.1 lib/formtastic_rebootstrap/inputs/phone_input.rb