Sha256: 63a418b60335bc7d06cacbe0bfca50d57d3b414f568b7aefce71485b389b1d44
Contents?: true
Size: 237 Bytes
Versions: 20
Compression:
Stored size: 237 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
20 entries across 20 versions & 1 rubygems