Class: Arara::Tags::PasswordField

Inherits:
TextField
  • Object
show all
Includes:
ActionView::Helpers::Tags::Placeholderable
Defined in:
app/components/arara/tags/password_field.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from TextField

field_type

Instance Method Details

#renderObject



10
11
12
13
# File 'app/components/arara/tags/password_field.rb', line 10

def render
  @options = { value: nil }.merge!(@options)
  super
end