Sha256: bfc4c628c167adfebb008c33b4dd160991c2524423a679511715eca58ef8a298

Contents?: true

Size: 302 Bytes

Versions: 4

Compression:

Stored size: 302 Bytes

Contents

module FormtasticBootstrap
  module Inputs
    class PasswordInput < Formtastic::Inputs::PasswordInput
      include Base
      include Base::Stringish

      def to_html
        bootstrap_wrapping do
          builder.password_field(method, input_html_options)
        end
      end

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
formtastic-bootstrap-2.1.3 lib/formtastic-bootstrap/inputs/password_input.rb
formtastic-bootstrap-2.1.2 lib/formtastic-bootstrap/inputs/password_input.rb
formtastic-bootstrap-2.1.1 lib/formtastic-bootstrap/inputs/password_input.rb
formtastic-bootstrap-2.0.0 lib/formtastic-bootstrap/inputs/password_input.rb