Sha256: 840092e1deb51197b7e197cf5d75ea5ba23afcc9c059486b6356f56f1d9e5ace

Contents?: true

Size: 308 Bytes

Versions: 2

Compression:

Stored size: 308 Bytes

Contents

module FormtasticRebootstrap
  module Inputs
    class TimeZoneInput < Formtastic::Inputs::TimeZoneInput
      include Base

      def to_html
        bootstrap_wrapping do
          builder.time_zone_select(method, priority_zones, input_options, 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/time_zone_input.rb
formtastic_rebootstrap-0.0.1 lib/formtastic_rebootstrap/inputs/time_zone_input.rb