Sha256: f9e9bb38d62e5e59c56d3cf9dbc87eef06486871a2d56bea4776e30d8726ec7b

Contents?: true

Size: 301 Bytes

Versions: 2

Compression:

Stored size: 301 Bytes

Contents

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

      def to_html
        bootstrap_wrapping do
          builder.url_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/url_input.rb
formtastic_rebootstrap-0.0.1 lib/formtastic_rebootstrap/inputs/url_input.rb