Sha256: 3b63fa99276ddfa03d21818bd89e70989d860577a1b32c35ca61096c389bc442

Contents?: true

Size: 238 Bytes

Versions: 160

Compression:

Stored size: 238 Bytes

Contents

module ActionView
  module Helpers
    module Tags # :nodoc:
      class PasswordField < TextField # :nodoc:
        def render
          @options = {:value => nil}.merge!(@options)
          super
        end
      end
    end
  end
end

Version data entries

160 entries across 155 versions & 13 rubygems

Version Path
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/actionview-5.0.2/lib/action_view/helpers/tags/password_field.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/actionview-4.2.8/lib/action_view/helpers/tags/password_field.rb
actionview-5.0.2 lib/action_view/helpers/tags/password_field.rb
actionview-5.0.2.rc1 lib/action_view/helpers/tags/password_field.rb
actionview-4.2.8 lib/action_view/helpers/tags/password_field.rb
actionview-4.2.8.rc1 lib/action_view/helpers/tags/password_field.rb
autocompl-0.2.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/password_field.rb
autocompl-0.2.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/password_field.rb
autocompl-0.2.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/password_field.rb
autocompl-0.1.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/password_field.rb
autocompl-0.1.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/password_field.rb
autocompl-0.1.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/password_field.rb
autocompl-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/password_field.rb
abaci-0.3.0 vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/password_field.rb
actionview-5.0.1 lib/action_view/helpers/tags/password_field.rb
actionview-5.0.1.rc2 lib/action_view/helpers/tags/password_field.rb
actionview-5.0.1.rc1 lib/action_view/helpers/tags/password_field.rb
actionview-5.0.0.1 lib/action_view/helpers/tags/password_field.rb
actionview-4.2.7.1 lib/action_view/helpers/tags/password_field.rb
actionview-4.2.7 lib/action_view/helpers/tags/password_field.rb