Class: Conjoin::FormBuilder::PasswordInput

Inherits:
Input
  • Object
show all
Defined in:
lib/conjoin/inputs/password.rb

Instance Attribute Summary

Attributes inherited from Input

#app, #data, #options, #record

Instance Method Summary collapse

Methods inherited from Input

#errors?, #id, #initialize, #nested_name, #render

Constructor Details

This class inherits a constructor from Conjoin::FormBuilder::Input

Instance Method Details

#displayObject



4
5
6
7
# File 'lib/conjoin/inputs/password.rb', line 4

def display
  options[:type] = :password
  super
end