has_secure_attribute 1.2.0
Does what `has_secure_password` does, but for any attribute that you want. It does not have to be a `password` attribute. It may be for example `security_answer`
Gemfile:
=
installieren:
=
Runtime Abhängigkeiten (2):
activerecord
~> 5.1
bcrypt
~> 3.1
Development Abhängigkeiten (5):
database_cleaner
>= 1.6.0, ~> 1.6
factory_bot
>= 4.8.0, ~> 4.8
mysql2
~> 0.4.0
rake
~> 12.0
rspec
~> 3.0